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 interfaceGraphQLError.Builder<B extends GraphQLError.Builder<B>>A builder ofGraphQLErrorsClasses in graphql that implement GraphQLError.BuilderModifier and TypeClassDescriptionclassGraphqlErrorBuilder<B extends GraphqlErrorBuilder<B>>This helps you buildGraphQLErrors and also has a quick way to make aDataFetcherResults from that error.Methods in graphql that return GraphQLError.Builder