Method: GraphQL::StaticValidation::FragmentsAreNamedError#initialize
- Defined in:
- lib/graphql/static_validation/rules/fragments_are_named_error.rb
#initialize(message, path: nil, nodes: []) ⇒ FragmentsAreNamedError
Returns a new instance of FragmentsAreNamedError.
6 7 8 |
# File 'lib/graphql/static_validation/rules/fragments_are_named_error.rb', line 6 def initialize(, path: nil, nodes: []) super(, path: path, nodes: nodes) end |