Class: Rails::GraphQL::Type::Object::DirectiveObject

Inherits:
Rails::GraphQL::Type::Object show all
Defined in:
lib/rails/graphql/type/object/directive_object.rb

Overview

The introspection object for directives

Constant Summary

Constants inherited from Rails::GraphQL::Type

KINDS

Instance Attribute Summary

Attributes included from Helpers::Instantiable

#event

Instance Method Summary collapse

Methods inherited from Rails::GraphQL::Type::Object

=~, implements, implements?, inspect, valid_member?

Methods included from Helpers::WithAssignment

#assigned?, #assigned_class, #assigned_to, #assigned_to=, extended, #register!, #safe_assigned_class, #valid_assignment?

Methods included from Helpers::WithFields

#change_field, #configure_field, #disable_fields, #enable_fields, #enabled_fields, extended, #field, #field_names, #find_by_gid, #find_field, #find_field!, #has_field?, #import, #import_all, #proxy_field, #safe_field, #validate!

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?

Instance Method Details

#argsObject



29
30
31
# File 'lib/rails/graphql/type/object/directive_object.rb', line 29

def args
  all_arguments.each_value
end