Skip to content

Files

This branch is 414 commits ahead of, 62 commits behind 16.x.x.

validation

GraphQL Validation

The graphql/validation module fulfills the Validation phase of fulfilling a GraphQL result.

import { validate } from 'graphql/validation'; // ES6
var GraphQLValidator = require('graphql/validation'); // CommonJS