Exception: GraphQL::Subscriptions::InvalidTriggerError
- Defined in:
- lib/graphql/subscriptions.rb
Overview
Raised when either:
- the triggered
event_name
doesn't match a field in the schema; or - one or more arguments don't match the field arguments
Raised when either:
event_name
doesn't match a field in the schema; or