Class: GraphQL::InternalRepresentation::Rewrite::InlineFragmentDirectives

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/graphql/internal_representation/rewrite.rb

Overview

It's an array, but can be identified with is_a?

Instance Method Summary collapse

Constructor Details

#initializeInlineFragmentDirectives

Returns a new instance of InlineFragmentDirectives.



230
231
232
# File 'lib/graphql/internal_representation/rewrite.rb', line 230

def initialize
  @storage = []
end