Page Contents
Home > @loopback/graphql > GraphQLServer > exportGraphQLSchema
GraphQLServer.exportGraphQLSchema() method
Signature:
exportGraphQLSchema(outFile?: string, log?: (message?: any, ...optionalParams: any[]) => void): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| outFile | string | _(Optional)_ |
| log | (message?: any, ...optionalParams: any\[\]) => void | _(Optional)_ |
Returns:
Promise<void>