Skip to content

Latest commit

 

History

History
 
 

execution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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