ApolloServerOptions
@h4ad/serverless-adapter > ApolloServerOptions
(interface) ApolloServerOptions
The options to customize ApolloServerFramework
Signature:
export interface ApolloServerOptions<TContext extends BaseContext>
(property) context
Define a function to create the context of Apollo Server
Signature:
context?: (options: ApolloServerContextArguments) => Promise<TContext>;