Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateCollectionInput
-
Packages that use CreateCollectionInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateCollectionInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateCollectionInput Modifier and Type Method Description RootMutation_createCollection_ArgsRootMutation_createCollection_Args. input(CreateCollectionInput value)`CreateCollection` input argument. -
Uses of CreateCollectionInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateCollectionInput Modifier and Type Method Description CreateCollectionInputCreateCollectionInput. name(StringScalar v)Name of the `Collection`.CreateCollectionInputCreateCollectionInput. parentId(IdScalar v)Id of the parent where you wish to create a new `Collection`.
-