Class MissingRootTypeException

All Implemented Interfaces:
GraphQLError, Serializable

@PublicApi public class MissingRootTypeException extends GraphQLException implements GraphQLError
This is thrown if a query is attempting to perform an operation not defined in the GraphQL schema
See Also:
  • Constructor Details

    • MissingRootTypeException

      public MissingRootTypeException(String message, SourceLocation sourceLocation)
  • Method Details