Class: Rails::GraphQL::Directive::CachedDirective
- Inherits:
-
Rails::GraphQL::Directive
- Object
- Rails::GraphQL::Directive
- Rails::GraphQL::Directive::CachedDirective
- Defined in:
- lib/rails/graphql/directive/cached_directive.rb
Overview
GraphQL Cached Directive
Indicates that the request has hard cached operations that need to be collected
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
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
Methods included from Helpers::WithCallbacks
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
Methods included from Helpers::Registerable
#aliases, extended, #inherited, #register!, #registered?
Constructor Details
This class inherits a constructor from Rails::GraphQL::Directive