Class: Rails::GraphQL::Directive::SpecifiedByDirective

Inherits:
Rails::GraphQL::Directive show all
Defined in:
lib/rails/graphql/directive/specified_by_directive.rb

Overview

GraphQL Spec Specified By Directive

Provides a scalar specification URL for specifying the behavior of custom scalar types.

Constant Summary

Constants inherited from Rails::GraphQL::Directive

DEFINITION_LOCATIONS, EXECUTION_LOCATIONS, VALID_LOCATIONS

Constants included from Helpers::WithCallbacks

Helpers::WithCallbacks::DEFAULT_EVENT_TYPES

Instance Attribute Summary

Attributes inherited from Rails::GraphQL::Directive

#args, #event

Method Summary

Methods inherited from Rails::GraphQL::Directive

#+, #all_events, #args_as_json, #args_to_json, #assign_owner!, base_type, build, find_by_gid, gql_name, #initialize, inspect, #inspect, kind, locations, placed_on, placed_on!, #validate!

Methods included from Helpers::WithEvents

extended, included, #on

Methods included from Helpers::WithCallbacks

extended, included, #on

Methods included from Helpers::WithArguments

#=~, #argument, extended, #has_argument?, #has_arguments?, #id_argument, included, #initialize, #initialize_copy, #ref_argument, #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::Directive