GraphQL page now notifies the query editor about the schema for validation
This commit is contained in:
parent
f0cfee56f2
commit
77e51f3301
1 changed files with 2 additions and 0 deletions
|
|
@ -812,6 +812,8 @@ export default {
|
|||
}
|
||||
}
|
||||
this.gqlTypes = types;
|
||||
|
||||
this.$refs.queryEditor.setValidationSchema(schema);
|
||||
|
||||
this.$nuxt.$loading.finish();
|
||||
const duration = Date.now() - startTime;
|
||||
|
|
|
|||
Loading…
Reference in a new issue