Skip to content

Commit aedfc1e

Browse files
committed
AL-7665: Renamed GQL mutation name
1 parent 35285e0 commit aedfc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/foundry/foundry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, client):
1414
def _create_app(self, app: App) -> App:
1515
field_names_str = "\n".join(APP_FIELD_NAMES)
1616
query_str = f"""
17-
mutation CreateDataRowAttachmentPyApi(
17+
mutation CreateFoundryApp(
1818
$name: String!, $modelId: ID!, $ontologyId: ID!, $description: String, $inferenceParams: Json!, $classToSchemaId: Json!
1919
){{
2020
createModelFoundryApp(input: {{

0 commit comments

Comments
 (0)