Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.14 KB

use__netlify_functions.md

File metadata and controls

51 lines (29 loc) · 1.14 KB

graphql-http / use/@netlify/functions

Module: use/@netlify/functions

Table of contents

Type Aliases

Functions

Server/@netlify/functions

HandlerOptions

Ƭ HandlerOptions<Context>: HandlerOptions<NetlifyHandlerEvent, NetlifyHandlerContext, Context>

Handler options when using the netlify adapter

Type parameters

Name Type
Context extends OperationContext = undefined

createHandler

createHandler<Context>(options): NetlifyHandler

Create a GraphQL over HTTP spec compliant request handler for netlify functions

Type parameters

Name Type
Context extends OperationContext = undefined

Parameters

Name Type
options HandlerOptions<Context>

Returns

NetlifyHandler