Uses of Class
graphql.schema.GraphQLInterfaceType.Builder
Packages that use GraphQLInterfaceType.Builder
-
Uses of GraphQLInterfaceType.Builder in graphql.schema
Subclasses with type arguments of type GraphQLInterfaceType.Builder in graphql.schemaModifier and TypeClassDescriptionstatic classstatic classMethods in graphql.schema that return GraphQLInterfaceType.BuilderModifier and TypeMethodDescriptionGraphQLInterfaceType.Builder.clearDirectives()GraphQLInterfaceType.Builder.clearFields()This is used to clear all the fields in the builder so far.GraphQLInterfaceType.Builder.definition(InterfaceTypeDefinition definition) GraphQLInterfaceType.Builder.description(String description) GraphQLInterfaceType.Builder.extensionDefinitions(List<InterfaceTypeExtensionDefinition> extensionDefinitions) GraphQLInterfaceType.Builder.field(GraphQLFieldDefinition fieldDefinition) GraphQLInterfaceType.Builder.field(GraphQLFieldDefinition.Builder builder) Same effect as the field(GraphQLFieldDefinition).GraphQLInterfaceType.Builder.field(UnaryOperator<GraphQLFieldDefinition.Builder> builderFunction) Take a field builder in a function definition and apply.GraphQLInterfaceType.Builder.fields(List<GraphQLFieldDefinition> fieldDefinitions) static GraphQLInterfaceType.BuilderGraphQLInterfaceType.newInterface()static GraphQLInterfaceType.BuilderGraphQLInterfaceType.newInterface(GraphQLInterfaceType existing) GraphQLInterfaceType.Builder.replaceDirectives(List<GraphQLDirective> directives) GraphQLInterfaceType.Builder.replaceFields(List<GraphQLFieldDefinition> fieldDefinitions) GraphQLInterfaceType.Builder.replaceInterfaces(List<GraphQLInterfaceType> interfaces) GraphQLInterfaceType.Builder.replaceInterfacesOrReferences(List<? extends GraphQLNamedOutputType> interfacesOrReferences) GraphQLInterfaceType.Builder.typeResolver(TypeResolver typeResolver) Deprecated.GraphQLInterfaceType.Builder.withDirective(GraphQLDirective directive) GraphQLInterfaceType.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLInterfaceType.Builder.withDirectives(GraphQLDirective... directives) GraphQLInterfaceType.Builder.withInterface(GraphQLInterfaceType interfaceType) GraphQLInterfaceType.Builder.withInterface(GraphQLTypeReference reference) GraphQLInterfaceType.Builder.withInterfaces(GraphQLInterfaceType... interfaceType) GraphQLInterfaceType.Builder.withInterfaces(GraphQLTypeReference... references) Methods in graphql.schema with parameters of type GraphQLInterfaceType.BuilderModifier and TypeMethodDescriptionGraphQLFieldDefinition.Builder.type(GraphQLInterfaceType.Builder builder) Method parameters in graphql.schema with type arguments of type GraphQLInterfaceType.BuilderModifier and TypeMethodDescriptionGraphQLInterfaceType.transform(Consumer<GraphQLInterfaceType.Builder> builderConsumer) This helps you transform the current GraphQLInterfaceType into another one by starting a builder with all the current values and allows you to transform it how you want. -
Uses of GraphQLInterfaceType.Builder in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type GraphQLInterfaceType.BuilderModifier and TypeMethodDescriptionprivate voidSchemaGeneratorHelper.buildInterfaceTypeInterfaces(SchemaGeneratorHelper.BuildContext buildCtx, InterfaceTypeDefinition typeDefinition, GraphQLInterfaceType.Builder builder, List<InterfaceTypeExtensionDefinition> extensions)
GraphQLCodeRegistry.Builder.typeResolver(GraphQLInterfaceType, TypeResolver)instead