Uses of Class
com.echothree.model.control.chain.server.graphql.ChainObject
Packages that use ChainObject
Package
Description
-
Uses of ChainObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return ChainObjectModifier and TypeMethodDescriptionstatic ChainObjectGraphQlQueries.chain(graphql.schema.DataFetchingEnvironment env, String chainKindName, String chainTypeName, String chainName, String id) Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type ChainObjectModifier and TypeMethodDescriptionstatic CountingPaginatedData<ChainObject> GraphQlQueries.chains(graphql.schema.DataFetchingEnvironment env, String chainKindName, String chainTypeName) -
Uses of ChainObject in com.echothree.model.control.chain.server.graphql
Methods in com.echothree.model.control.chain.server.graphql that return ChainObjectModifier and TypeMethodDescriptionChainActionSetObject.getChain(graphql.schema.DataFetchingEnvironment env) Methods in com.echothree.model.control.chain.server.graphql that return types with arguments of type ChainObjectModifier and TypeMethodDescriptionChainTypeObject.getChains(graphql.schema.DataFetchingEnvironment env) -
Uses of ChainObject in com.echothree.model.control.contactlist.server.graphql
Methods in com.echothree.model.control.contactlist.server.graphql that return ChainObjectModifier and TypeMethodDescriptionContactListTypeObject.getConfirmationRequestChain(graphql.schema.DataFetchingEnvironment env) ContactListTypeObject.getSubscribeChain(graphql.schema.DataFetchingEnvironment env) ContactListTypeObject.getUnsubscribeChain(graphql.schema.DataFetchingEnvironment env)