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