Class UnknownOperationException

All Implemented Interfaces:
GraphQLError, Serializable

@PublicApi public class UnknownOperationException extends GraphQLException implements GraphQLError
This is thrown if multiple operations are defined in the query and the operation name is missing or there is no matching operation name contained in the GraphQL query.
See Also:
  • Constructor Details

    • UnknownOperationException

      public UnknownOperationException(String message)
  • Method Details