Uses of Interface
graphql.schema.GraphQLImplementingType
Packages that use GraphQLImplementingType
-
Uses of GraphQLImplementingType in graphql.schema
Classes in graphql.schema that implement GraphQLImplementingTypeModifier and TypeClassDescriptionclassIn 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. -
Uses of GraphQLImplementingType in graphql.schema.impl
Methods in graphql.schema.impl that return types with arguments of type GraphQLImplementingTypeModifier and TypeMethodDescriptionSchemaUtil.groupImplementationsForInterfacesAndObjects(GraphQLSchema schema)