Uses of Class
graphql.schema.GraphQLScalarType.Builder
Packages that use GraphQLScalarType.Builder
-
Uses of GraphQLScalarType.Builder in graphql.schema
Methods in graphql.schema that return GraphQLScalarType.BuilderModifier and TypeMethodDescriptionGraphQLScalarType.Builder.clearDirectives()GraphQLScalarType.Builder.definition(ScalarTypeDefinition definition) GraphQLScalarType.Builder.description(String description) GraphQLScalarType.Builder.extensionDefinitions(List<ScalarTypeExtensionDefinition> extensionDefinitions) static GraphQLScalarType.BuilderGraphQLScalarType.newScalar()static GraphQLScalarType.BuilderGraphQLScalarType.newScalar(GraphQLScalarType existing) GraphQLScalarType.Builder.replaceDirectives(List<GraphQLDirective> directives) GraphQLScalarType.Builder.specifiedByUrl(String specifiedByUrl) GraphQLScalarType.Builder.withDirective(GraphQLDirective directive) GraphQLScalarType.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLScalarType.Builder.withDirectives(GraphQLDirective... directives) Method parameters in graphql.schema with type arguments of type GraphQLScalarType.BuilderModifier and TypeMethodDescriptionGraphQLScalarType.transform(Consumer<GraphQLScalarType.Builder> builderConsumer) This helps you transform the current GraphQLObjectType into another one by starting a builder with all the current values and allows you to transform it how you want.