Uses of Interface
graphql.schema.GraphQLNamedType
Packages that use GraphQLNamedType
-
Uses of GraphQLNamedType in graphql.introspection
Methods in graphql.introspection with parameters of type GraphQLNamedTypeModifier and TypeMethodDescriptionstatic booleanIntrospection.isIntrospectionTypes(GraphQLNamedType type) -
Uses of GraphQLNamedType in graphql.schema
Subinterfaces of GraphQLNamedType in graphql.schemaModifier and TypeInterfaceDescriptioninterfaceinterfaceTypes that can contain output fields are marked with this interfaceinterfaceA GraphQLType which can implement interfacesinterfaceTypes that can contain input fields are marked with this interfaceinterfaceInput types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed toGraphQLOutputTypes which can only be used as graphql response output.interfaceOutput types represent those set of types that are allowed to be sent back as a graphql response, as opposed toGraphQLInputTypes which can only be used as graphql mutation input.interfaceClasses in graphql.schema that implement GraphQLNamedTypeModifier and TypeClassDescriptionclassA graphql enumeration type has a limited set of values.classgraphql clearly delineates between the types of objects that represent the output of a query and input objects that can be fed into a graphql mutation.classIn graphql, an interface is an abstract type that defines the set of fields that a type must include to implement that interface.classThis is the work horse type and represents an object with one or more field values that can be retrieved by the graphql system.classA scalar type is a leaf node in the graphql tree of types.classA special type to allow a object/interface types to reference itself.classA union type is a polymorphic type that dynamically represents one of more concrete object types.Fields in graphql.schema with type parameters of type GraphQLNamedTypeModifier and TypeFieldDescriptionprotected final Map<String, GraphQLNamedType> GraphQLTypeResolvingVisitor.typeMapMethods in graphql.schema that return types with arguments of type GraphQLNamedTypeModifier and TypeMethodDescriptionGraphQLSchema.getAllTypesAsList()This returns all theGraphQLNamedTypenamed types in th schemaGraphQLSchema.getTypeMap()Methods in graphql.schema with parameters of type GraphQLNamedTypeModifier and TypeMethodDescriptionbooleanGraphQLSchema.isPossibleType(GraphQLNamedType abstractType, GraphQLObjectType concreteType) Returns true if a specified concrete type is a possible type of a provided abstract type.Constructor parameters in graphql.schema with type arguments of type GraphQLNamedTypeModifierConstructorDescriptionGraphQLSchema(GraphQLSchema existingSchema, GraphQLCodeRegistry codeRegistry, com.google.common.collect.ImmutableMap<String, GraphQLNamedType> typeMap, com.google.common.collect.ImmutableMap<String, com.google.common.collect.ImmutableList<GraphQLObjectType>> interfaceNameToObjectTypes) GraphQLTypeResolvingVisitor(Map<String, GraphQLNamedType> typeMap) -
Uses of GraphQLNamedType in graphql.schema.impl
Methods in graphql.schema.impl that return types with arguments of type GraphQLNamedTypeModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String, GraphQLNamedType> GraphQLTypeCollectingVisitor.getResult()Method parameters in graphql.schema.impl with type arguments of type GraphQLNamedTypeModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<String, List<GraphQLObjectType>> SchemaUtil.groupInterfaceImplementationsByName(List<GraphQLNamedType> allTypesAsList)