Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 253 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 253 Bytes

GraphQL Execution

The graphql/execution module is responsible for the execution phase of fulfilling a GraphQL request.

import { execute } from 'graphql/execution'; // ES6
var GraphQLExecution = require('graphql/execution'); // CommonJS