Uses of Class
graphql.language.ObjectTypeDefinition
Packages that use ObjectTypeDefinition
-
Uses of ObjectTypeDefinition in graphql.language
Subclasses of ObjectTypeDefinition in graphql.languageSubclasses with type arguments of type ObjectTypeDefinition in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type ObjectTypeDefinitionModifier and TypeClassDescriptionclassclassclassMethods in graphql.language that return ObjectTypeDefinitionModifier and TypeMethodDescriptionObjectTypeDefinition.Builder.build()ObjectTypeDefinition.deepCopy()ObjectTypeDefinition.transform(Consumer<ObjectTypeDefinition.Builder> builderConsumer) ObjectTypeDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type ObjectTypeDefinitionModifier and TypeMethodDescriptionNodeVisitor.visitObjectTypeDefinition(ObjectTypeDefinition node, TraverserContext<Node> data) NodeVisitorStub.visitObjectTypeDefinition(ObjectTypeDefinition node, TraverserContext<Node> context) -
Uses of ObjectTypeDefinition in graphql.parser
Methods in graphql.parser that return ObjectTypeDefinitionModifier and TypeMethodDescriptionprotected ObjectTypeDefinitionGraphqlAntlrToLanguage.createObjectTypeDefinition(GraphqlParser.ObjectTypeDefinitionContext ctx) -
Uses of ObjectTypeDefinition in graphql.schema
Methods in graphql.schema that return ObjectTypeDefinitionMethods in graphql.schema with parameters of type ObjectTypeDefinitionModifier and TypeMethodDescriptionGraphQLObjectType.Builder.definition(ObjectTypeDefinition definition) -
Uses of ObjectTypeDefinition in graphql.schema.idl
Methods in graphql.schema.idl that return types with arguments of type ObjectTypeDefinitionModifier and TypeMethodDescriptionTypeDefinitionRegistry.getImplementationsOf(InterfaceTypeDefinition targetInterface) Returns the list of object interface types that implement the given interface type