Uses of Class
ch.brix.gql.client.frontify.input_objects.ExportCreativeInput
-
Packages that use ExportCreativeInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of ExportCreativeInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type ExportCreativeInput Modifier and Type Method Description RootMutation_exportCreative_ArgsRootMutation_exportCreative_Args. input(ExportCreativeInput value)**BETA** `ExportCreative` input argument. -
Uses of ExportCreativeInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return ExportCreativeInput Modifier and Type Method Description ExportCreativeInputExportCreativeInput. destination(ExportCreativeDestinationInput v)**BETA** `ExportCreativeDestinationInput` where the exported file will be uploaded.ExportCreativeInputExportCreativeInput. options(ExportCreativeOptionsInput v)**BETA** `ExportCreativeOptionsInput` data.ExportCreativeInputExportCreativeInput. templateId(IdScalar v)**BETA** `CreativeTemplateId` Id.ExportCreativeInputExportCreativeInput. variables(List<CreativeVariableInput> v)**BETA** List of `CreativeVariableInput` which will be applied to the template.
-