Uses of Class
graphql.GraphQLException
-
Packages that use GraphQLException Package Description graphql graphql.execution graphql.parser graphql.parser.exceptions graphql.schema graphql.schema.idl.errors graphql.schema.validation -
-
Uses of GraphQLException in graphql
Subclasses of GraphQLException in graphql Modifier and Type Class Description classAssertExceptionclassGraphqlErrorExceptionA base class for graphql runtime exceptions that also implementGraphQLErrorand can be used in a general sense direct or have specialisations made of it. -
Uses of GraphQLException in graphql.execution
Subclasses of GraphQLException in graphql.execution Modifier and Type Class Description classAbortExecutionExceptionThis Exception indicates that the current execution should be aborted.classInputMapDefinesTooManyFieldsExceptionhttps://facebook.github.io/graphql/#sec-Input-Objects - This unordered map should not contain any entries with names not defined by a field of this input object type, otherwise an error should be thrown.classMissingRootTypeExceptionThis is thrown if a query is attempting to perform an operation not defined in the GraphQL schemaclassNonNullableValueCoercedAsNullExceptionThis is thrown if a non nullable value is coerced to a null valueclassOneOfNullValueExceptionThe input map to One Of Input Types MUST only have 1 entry with a non null valueclassOneOfTooManyKeysExceptionThe input map to One Of Input Types MUST only have 1 entryclassUnknownOperationExceptionThis 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.classUnresolvedTypeExceptionThis is thrown if aTypeResolverfails to give back a concrete type or provides a type that doesn't implement the given interface or union. -
Uses of GraphQLException in graphql.parser
Subclasses of GraphQLException in graphql.parser Modifier and Type Class Description classInvalidSyntaxExceptionThis exception is thrown by theParserif the graphql syntax is not valid -
Uses of GraphQLException in graphql.parser.exceptions
Subclasses of GraphQLException in graphql.parser.exceptions Modifier and Type Class Description classInvalidUnicodeSyntaxExceptionclassMoreTokensSyntaxExceptionclassParseCancelledExceptionclassParseCancelledTooDeepExceptionclassParseCancelledTooManyCharsException -
Uses of GraphQLException in graphql.schema
Subclasses of GraphQLException in graphql.schema Modifier and Type Class Description classCoercingParseLiteralExceptionclassCoercingParseValueExceptionclassCoercingSerializeException -
Uses of GraphQLException in graphql.schema.idl.errors
-
Uses of GraphQLException in graphql.schema.validation
Subclasses of GraphQLException in graphql.schema.validation Modifier and Type Class Description classInvalidSchemaException
-