Skip to main content
Module

x/graphql_deno/mod.ts>validateSchema

GraphQL-JS ported to Deno
Latest
function validateSchema
import { validateSchema } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Implements the "Type Validation" sub-sections of the specification's "Type System" section.

Validation runs synchronously, returning an array of encountered errors, or an empty array if no errors were encountered and the Schema is valid.

Returns

ReadonlyArray<GraphQLError>