GraphQL.js

E754602

GraphQL.js is the official JavaScript reference implementation of the GraphQL query language, providing tools to build GraphQL schemas and execute queries in Node.js and browser environments.

All labels observed (2)

Label Occurrences
GraphQL reference implementation 1
GraphQL.js canonical 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf GraphQL implementation
JavaScript library
open-source software
associatedWith GraphQL Foundation
canBeUsedWith Apollo Server
Express.js via middleware
Koa via middleware
other Node.js HTTP frameworks
compatibleWith Node.js runtime
browser JavaScript runtimes
documentation https://graphql.org/graphql-js/
ecosystem GraphQL
implements GraphQL specification
linked to: GraphQL
intendedRuntime Node.js
web browser
license MIT License
maintainer GraphQL community
origin GraphQL reference implementation
linked to: GraphQL.js
primaryUse build GraphQL schemas
execute GraphQL mutations
execute GraphQL queries
execute GraphQL subscriptions
programmingLanguage JavaScript
provides GraphQL introspection support
GraphQL query execution engine
GraphQL schema definition APIs
GraphQL type system utilities
GraphQL validation utilities
repositoryPlatform GitHub
roleInEcosystem reference implementation for GraphQL in JavaScript
supportsFeature custom scalar types
directives
enums
fragments
input object types
interfaces
schema introspection
schema stitching via external tools
unions
validation rules
variables
supportsLanguage TypeScript
supportsStandard GraphQL query language
GraphQL schema language (SDL) via utilities
GraphQL type system
usedFor building GraphQL servers
defining GraphQL schema programmatically
executing GraphQL queries against a schema
introspection queries
validating GraphQL documents

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

GraphQL hasServerImplementation GraphQL.js
GraphQL.js origin GraphQL reference implementation
linked to: GraphQL.js