Skip to main content
Module

x/gql/types.ts

☁ Universal GraphQL HTTP middleware for Deno
Go to Latest
File
export type GQLRequest = { url: string method: string headers: Headers json: () => Promise<any>}