Uses of Class
com.echothree.model.control.offer.server.graphql.OfferItemObject
Packages that use OfferItemObject
Package
Description
-
Uses of OfferItemObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return OfferItemObjectModifier and TypeMethodDescriptionstatic OfferItemObject
GraphQlQueries.offerItem
(graphql.schema.DataFetchingEnvironment env, String offerName, String itemName, String id) Methods in com.echothree.model.control.graphql.server.graphql that return types with arguments of type OfferItemObjectModifier and TypeMethodDescriptionstatic Collection<OfferItemObject>
GraphQlQueries.offerItems
(graphql.schema.DataFetchingEnvironment env, String offerName) -
Uses of OfferItemObject in com.echothree.model.control.item.server.graphql
Methods in com.echothree.model.control.item.server.graphql that return types with arguments of type OfferItemObjectModifier and TypeMethodDescriptionItemObject.getOfferItems
(graphql.schema.DataFetchingEnvironment env) -
Uses of OfferItemObject in com.echothree.model.control.offer.server.graphql
Methods in com.echothree.model.control.offer.server.graphql that return OfferItemObjectModifier and TypeMethodDescriptionOfferItemPriceObject.getOfferItem
(graphql.schema.DataFetchingEnvironment env) Methods in com.echothree.model.control.offer.server.graphql that return types with arguments of type OfferItemObjectModifier and TypeMethodDescriptionOfferObject.getOfferItems
(graphql.schema.DataFetchingEnvironment env)