Uses of Class
com.echothree.model.control.item.server.graphql.RelatedItemObject
Packages that use RelatedItemObject
Package
Description
-
Uses of RelatedItemObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return RelatedItemObjectModifier and TypeMethodDescriptionstatic RelatedItemObject
GraphQlQueries.relatedItem
(graphql.schema.DataFetchingEnvironment env, String relatedItemTypeName, String fromItemName, String toItemName) Methods in com.echothree.model.control.graphql.server.graphql that return types with arguments of type RelatedItemObjectModifier and TypeMethodDescriptionstatic Collection<RelatedItemObject>
GraphQlQueries.relatedItems
(graphql.schema.DataFetchingEnvironment env, String relatedItemTypeName, String fromItemName, String toItemName) -
Uses of RelatedItemObject in com.echothree.model.control.item.server.graphql
Methods in com.echothree.model.control.item.server.graphql that return types with arguments of type RelatedItemObjectModifier and TypeMethodDescriptionRelatedItemTypeObject.getFromItems
(graphql.schema.DataFetchingEnvironment env) RelatedItemTypeObject.getRelatedItems
(graphql.schema.DataFetchingEnvironment env)