class MercuriusGatewayDriver extends AbstractGraphQLDriver {
instance: FastifyInstance<Server, IncomingMessage, ServerResponse, FastifyBaseLogger>
start(options: any)
stop(): Promise<void>
generateSchema(options: any)
}
Properties
Property |
Description |
instance: FastifyInstance<Server, IncomingMessage, ServerResponse, FastifyBaseLogger>
|
Read-only.
|
Methods
start()
|
start(options: any)
Parameters
Option |
Type |
Description |
options
|
any |
|
|
stop()
|
stop(): Promise<void>
Parameters
There are no parameters.
Returns
Promise<void>
|
generateSchema()
|
generateSchema(options: any)
Parameters
Option |
Type |
Description |
options
|
any |
|
|