Class: Rails::GraphQL::Type::Enum::TypeKindEnum

Inherits:
Rails::GraphQL::Type::Enum show all
Defined in:
lib/rails/graphql/type/enum/type_kind_enum.rb

Overview

Bigint basically removes the limit of the value, but it serializes as a string so it won’t go against the spec

Constant Summary

Constants inherited from Rails::GraphQL::Type

KINDS

Instance Attribute Summary

Attributes inherited from Rails::GraphQL::Type::Enum

#value

Method Summary

Methods inherited from Rails::GraphQL::Type::Enum

add, all_deprecated_values, as_json, decorate, #deprecated?, #deprecated_reason, #description, deserialize, #directives, indexed!, indexed?, #initialize, inspect, #to_i, to_json, #to_sym, #valid?, valid_input?, valid_output?, value_using?

Methods inherited from Rails::GraphQL::Type

=~, base_type, create!, decorate, find_by_gid, gid_base_class, input_type?, kind, kind_enum, leaf_type?, operational?, output_type?, to_gql_backtrace

Methods included from Helpers::WithDirectives

#all_directive_events, #all_directive_listeners, #directive_events?, #directive_listeners?, extended, included, #initialize_copy, #use, #using?, #validate!

Methods included from Helpers::WithGlobalID

#to_gid_param, #to_global_id

Methods included from Helpers::Registerable

#aliases, extended, #inherited, #register!, #registered?

Constructor Details

This class inherits a constructor from Rails::GraphQL::Type::Enum