Class: GraphQL::Language::Nodes::Directive

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/libgraphqlparser/monkey_patches/abstract_node.rb

Overview

Directive = AbstractNode.create(:name, :arguments)

Instance Method Summary collapse

Instance Method Details

#argumentsObject



71
72
73
# File 'lib/graphql/libgraphqlparser/monkey_patches/abstract_node.rb', line 71

def arguments
  @arguments ||= []
end