Skip to content

Files

Latest commit

2aedf25 · Dec 16, 2023

History

History
This branch is 169 commits behind graphql/graphql-js:main.

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 11, 2023
Sep 1, 2022
Apr 1, 2023
Dec 16, 2023
Sep 1, 2023
Jun 27, 2023
Sep 1, 2023
Nov 10, 2023
Dec 16, 2023
Mar 2, 2020
Aug 18, 2023
Jun 27, 2023
Sep 6, 2023

GraphQL JS

The primary graphql module includes everything you need to define a GraphQL schema and fulfill GraphQL requests.

import { ... } from 'graphql'; // ES6
var GraphQL = require('graphql'); // CommonJS

Each sub directory within is a sub-module of graphql-js: