v1.21.0
1.21.0 (2023-07-17)
Bug Fixes
Features
Examples
Start the server with Netlify Functions
import { createHandler } from 'graphql-http/lib/use/@netlify/functions'; // yarn add @netlify/functions
import { schema } from './previous-step';
// Create the GraphQL over HTTP native fetch handler
export const handler = createHandler({ schema });