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