Uses of Class
ch.brix.gql.client.frontify.input_objects.AccountQueryInput
-
Packages that use AccountQueryInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AccountQueryInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AccountQueryInput Modifier and Type Method Description Account_search_ArgsAccount_search_Args. query(AccountQueryInput value)Define search criteria for the `AccountSearch` item(s). -
Uses of AccountQueryInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AccountQueryInput Modifier and Type Method Description AccountQueryInputAccountQueryInput. filter(AccountQueryFilterInput v)Use filters to reduce the set of matched results.AccountQueryInputAccountQueryInput. sortBy(AccountQuerySortByInput v)Sort order of matched results.AccountQueryInputAccountQueryInput. term(StringScalar v)Search term used to retrieve matched results.
-