Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateBrandInput
-
Packages that use CreateBrandInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateBrandInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateBrandInput Modifier and Type Method Description RootMutation_createBrand_ArgsRootMutation_createBrand_Args. input(CreateBrandInput value)`CreateBrand` input argument. -
Uses of CreateBrandInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateBrandInput Modifier and Type Method Description CreateBrandInputCreateBrandInput. color(RgbaColorInput v)`Brand` color.CreateBrandInputCreateBrandInput. name(StringScalar v)`Brand` name.
-