Uses of Interface
graphql.GraphQLError.Builder
-
Packages that use GraphQLError.Builder Package Description graphql -
-
Uses of GraphQLError.Builder in graphql
Classes in graphql with type parameters of type GraphQLError.Builder Modifier and Type Interface Description static interface
GraphQLError.Builder<B extends GraphQLError.Builder<B>>
A builder ofGraphQLError
sClasses in graphql that implement GraphQLError.Builder Modifier and Type Class Description class
GraphqlErrorBuilder<B extends GraphqlErrorBuilder<B>>
This helps you buildGraphQLError
s and also has a quick way to make aDataFetcherResult
s from that error.Methods in graphql that return GraphQLError.Builder Modifier and Type Method Description static GraphQLError.Builder<?>
GraphQLError. newError()
-