We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedfc1e commit 7c92637Copy full SHA for 7c92637
labelbox/schema/foundry/foundry_client.py
@@ -14,7 +14,7 @@ def __init__(self, client):
14
def _create_app(self, app: App) -> App:
15
field_names_str = "\n".join(APP_FIELD_NAMES)
16
query_str = f"""
17
- mutation CreateFoundryApp(
+ mutation CreateFoundryAppPyApi(
18
$name: String!, $modelId: ID!, $ontologyId: ID!, $description: String, $inferenceParams: Json!, $classToSchemaId: Json!
19
){{
20
createModelFoundryApp(input: {{
0 commit comments