Module: GraphQL::Schema::Member::GraphQLTypeNames Private

Included in:
Interface, GraphQL::Schema::Member, Resolver
Defined in:
lib/graphql/schema/member/graphql_type_names.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

These constants are interpreted as GraphQL types when defining fields or arguments

Examples:

field :is_draft, Boolean, null: false
field :id, ID, null: false
field :score, Int, null: false

Constant Summary collapse

Boolean =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"Boolean"
ID =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"ID"
Int =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"Int"