simple
This commit is contained in:
@@ -4,7 +4,7 @@ export default {
|
||||
projects: {
|
||||
directus: {
|
||||
schema: "http://172.16.6.246:8055/graphql?access_token=WkVWFMiFcrjsXRZqsL30Cd4Sboe0DRk-",
|
||||
documents: '**/*.{graphql,js,ts,jsx,tsx}',
|
||||
documents: 'src/**/*.{graphql,js,ts,jsx,tsx}',
|
||||
extensions: {
|
||||
languageService: {
|
||||
cacheSchemaFileForLookup: true
|
||||
@@ -12,4 +12,4 @@ export default {
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user