Hierarchy

  • GatewayServerOptions

Properties

enableGraphqlWS: boolean
enableSocketIO: boolean
getGraphqlSchema: (() => GraphQLSchema | Promise<GraphQLSchema>)

Type declaration

    • (): GraphQLSchema | Promise<GraphQLSchema>
    • Returns GraphQLSchema | Promise<GraphQLSchema>

hooks: GatewayHooks
natsCodec: NatsCodec
onFailedToParseMsg: ((err: Error) => any)

Type declaration

    • (err: Error): any
    • Parameters

      • err: Error

      Returns any

Generated using TypeDoc