Skip to content

Commit 2eda967

Browse files
committed
add types
1 parent db096c3 commit 2eda967

File tree

1 file changed

+2
-2
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/resources/components

1 file changed

+2
-2
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/resources/components/query.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const createResourceFilesDoc: any = graphql(`
1212
`);
1313

1414
export const updateSchema: any = graphql(`
15-
mutation updateSchema($input: SchemaUpdateInput!) {
16-
updateSchema(input: $input) {
15+
mutation updateSchema($schemaUpdateInput: SchemaUpdateInput!) {
16+
updateFileResourceSchema(schemaUpdateInput: $schemaUpdateInput) {
1717
__typename
1818
... on TypeResource {
1919
id

0 commit comments

Comments
 (0)