module GraphQL::Schema::Member::GraphQLTypeNames

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

@example

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

@api private

Constants

Boolean
ID
Int