Uses of Class
ch.brix.gql.client.frontify.input_objects.UploadFileInput
-
Packages that use UploadFileInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of UploadFileInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type UploadFileInput Modifier and Type Method Description RootMutation_uploadFile_ArgsRootMutation_uploadFile_Args. input(UploadFileInput value)`UploadFile` input argument. -
Uses of UploadFileInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return UploadFileInput Modifier and Type Method Description UploadFileInputUploadFileInput. chunkSize(BigIntScalar v)`File` chunk size in bytes.UploadFileInputUploadFileInput. filename(StringScalar v)`File` name.UploadFileInputUploadFileInput. size(BigIntScalar v)`File` size in bytes.
-