Method: GraphQL::StaticValidation::FragmentTypesExistError#initialize
- Defined in:
- lib/graphql/static_validation/rules/fragment_types_exist_error.rb
#initialize(message, path: nil, nodes: [], type:) ⇒ FragmentTypesExistError
Returns a new instance of FragmentTypesExistError.
7 8 9 10 |
# File 'lib/graphql/static_validation/rules/fragment_types_exist_error.rb', line 7 def initialize(, path: nil, nodes: [], type:) super(, path: path, nodes: nodes) @type_name = type end |