Module: Hai::GraphQL::Types

Defined in:
lib/hai/graphql/types.rb,
lib/hai/types/base_create.rb,
lib/hai/types/sort_input_type.rb,
lib/hai/types/arel/int_input_type.rb,
lib/hai/types/mutation_error_type.rb,
lib/hai/types/arel/sort_input_type.rb,
lib/hai/types/arel/float_input_type.rb,
lib/hai/types/arel/string_input_type.rb,
lib/hai/types/arel/boolean_input_type.rb,
lib/hai/types/arel/datetime_input_type.rb

Defined Under Namespace

Modules: Arel, ClassMethods Classes: BaseCreate, MutationError, SortInputType

Constant Summary collapse

ALLOWED_TYPES =
::GraphQL::Types.constants - %i[Relay JSON]

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



12
13
14
# File 'lib/hai/graphql/types.rb', line 12

def self.included(base)
  base.extend(ClassMethods)
end