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 interfaceGraphQLError.Builder<B extends GraphQLError.Builder<B>>A builder ofGraphQLErrorsClasses in graphql that implement GraphQLError.Builder Modifier and Type Class Description classGraphqlErrorBuilder<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 Modifier and Type Method Description static GraphQLError.Builder<?>GraphQLError. newError()
-