Uses of Interface
graphql.GraphQLError.Builder
Packages that use GraphQLError.Builder
-
Uses of GraphQLError.Builder in graphql
Classes in graphql with type parameters of type GraphQLError.BuilderModifier and TypeInterfaceDescriptionstatic interface
GraphQLError.Builder<B extends GraphQLError.Builder<B>>
A builder ofGraphQLError
sClasses in graphql that implement GraphQLError.BuilderModifier and TypeClassDescriptionclass
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