Uses of Class
ch.brix.gql.client.frontify.input_objects.ReplaceAssetInput
-
Packages that use ReplaceAssetInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of ReplaceAssetInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type ReplaceAssetInput Modifier and Type Method Description RootMutation_replaceAsset_ArgsRootMutation_replaceAsset_Args. input(ReplaceAssetInput value)`ReplaceAsset` input argument. -
Uses of ReplaceAssetInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return ReplaceAssetInput Modifier and Type Method Description ReplaceAssetInputReplaceAssetInput. assetId(IdScalar v)Parent `Asset` Id.ReplaceAssetInputReplaceAssetInput. fileId(IdScalar v)Signed file Id returned in `uploadFile`.
-