Uses of Class
ch.brix.gql.client.frontify.input_objects.AccountQuerySourceInput
-
Packages that use AccountQuerySourceInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of AccountQuerySourceInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AccountQuerySourceInput Modifier and Type Method Description AccountQuerySourceInputAccountQuerySourceInput. ids(List<IdScalar> v)Specify the Ids of the source type you want to search in.AccountQuerySourceInputAccountQuerySourceInput. type(AccountQuerySourceTypeInput v)Specify the source type to search in.Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type AccountQuerySourceInput Modifier and Type Method Description AccountQueryFilterInputAccountQueryFilterInput. sources(List<AccountQuerySourceInput> v)Specify the sources to search in.
-