Uses of Interface
graphql.schema.GraphQLNamedOutputType
Packages that use GraphQLNamedOutputType
-
Uses of GraphQLNamedOutputType in graphql.execution
Methods in graphql.execution that return GraphQLNamedOutputTypeConstructors in graphql.execution with parameters of type GraphQLNamedOutputTypeModifierConstructorDescriptionUnresolvedTypeException(GraphQLNamedOutputType interfaceOrUnionType) UnresolvedTypeException(GraphQLNamedOutputType interfaceOrUnionType, GraphQLType providedType) UnresolvedTypeException(String message, GraphQLNamedOutputType interfaceOrUnionType) Constructor to use a custom error message for an error that happened during type resolution. -
Uses of GraphQLNamedOutputType in graphql.schema
Subinterfaces of GraphQLNamedOutputType in graphql.schemaModifier and TypeInterfaceDescriptioninterfaceinterfaceTypes that can contain output fields are marked with this interfaceinterfaceA GraphQLType which can implement interfacesClasses in graphql.schema that implement GraphQLNamedOutputTypeModifier and TypeClassDescriptionclassA graphql enumeration type has a limited set of values.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.Methods in graphql.schema that return types with arguments of type GraphQLNamedOutputTypeModifier and TypeMethodDescriptionGraphQLImplementingType.getInterfaces()GraphQLInterfaceType.getInterfaces()GraphQLObjectType.getInterfaces()GraphQLUnionType.getTypes()Method parameters in graphql.schema with type arguments of type GraphQLNamedOutputTypeModifier and TypeMethodDescriptionGraphQLObjectType.Builder.replaceInterfaces(List<? extends GraphQLNamedOutputType> interfaces) GraphQLInterfaceType.Builder.replaceInterfacesOrReferences(List<? extends GraphQLNamedOutputType> interfacesOrReferences) GraphQLUnionType.Builder.replacePossibleTypes(List<? extends GraphQLNamedOutputType> types) -
Uses of GraphQLNamedOutputType in graphql.schema.visitor
Methods in graphql.schema.visitor that return GraphQLNamedOutputTypeModifier and TypeMethodDescriptionGraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment.getUnwrappedType()