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 db096c3 commit 2eda967Copy full SHA for 2eda967
app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/resources/components/query.ts
@@ -12,8 +12,8 @@ export const createResourceFilesDoc: any = graphql(`
12
`);
13
14
export const updateSchema: any = graphql(`
15
- mutation updateSchema($input: SchemaUpdateInput!) {
16
- updateSchema(input: $input) {
+ mutation updateSchema($schemaUpdateInput: SchemaUpdateInput!) {
+ updateFileResourceSchema(schemaUpdateInput: $schemaUpdateInput) {
17
__typename
18
... on TypeResource {
19
id
0 commit comments