getSchema
getSchema: (appName: string, queryHasExtensions?: undefined | false | true) => Promise<GraphQLSchema | null>
Type declaration
-
- (appName: string, queryHasExtensions?: undefined | false | true): Promise<GraphQLSchema | null>
-
Parameters
-
appName: string
-
Optional queryHasExtensions: undefined | false | true
Returns Promise<GraphQLSchema | null>