Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function createSchemaDefinition
import { createSchemaDefinition } from "https://deno.land/x/bq-oak-graphql@v2.0/graphql-tools/utils/create-schema-definition.ts";

Parameters

def: { query:
| string
| any
| null
| undefined
; mutation:
| string
| any
| null
| undefined
; subscription:
| string
| any
| null
| undefined
; }
optional
config: { force?: boolean; }

Returns

string | undefined