Uses of Class
com.echothree.model.control.party.server.graphql.PartyAliasObject
Packages that use PartyAliasObject
Package
Description
-
Uses of PartyAliasObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return PartyAliasObjectModifier and TypeMethodDescriptionstatic PartyAliasObjectGraphQlQueries.partyAlias(graphql.schema.DataFetchingEnvironment env, String partyName, String partyTypeName, String partyAliasTypeName, String alias) Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type PartyAliasObjectModifier and TypeMethodDescriptionstatic Collection<PartyAliasObject> GraphQlQueries.partyAliases(graphql.schema.DataFetchingEnvironment env, String partyName, String partyTypeName, String partyAliasTypeName) -
Uses of PartyAliasObject in com.echothree.model.control.party.server.graphql
Methods in com.echothree.model.control.party.server.graphql that return types with arguments of type PartyAliasObjectModifier and TypeMethodDescriptionBasePartyObject.getPartyAliases(graphql.schema.DataFetchingEnvironment env)