This HTML5 document contains 18 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
gqlhttp://www.openlinksw.com/schemas/graphql#
gqihttp://www.openlinksw.com/schemas/graphql/intro#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
gqi:__Type
rdf:type
gql:Object
gqi:name
__Type
gqi:description
The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum. Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.
gqi:enumValues
rdf:nil
gqi:fields
gqi:inputFields gqi:interfaces gqi:kind gqi:specifiedByUrl gqi:possibleTypes gqi:description gqi:ofType gqi:enumValues gqi:fields gqi:name
gqi:inputFields
rdf:nil
gqi:interfaces
rdf:nil
gqi:kind
OBJECT
gqi:possibleTypes
rdf:nil