Uses of Class
ch.brix.gql.client.frontify.input_objects.DeleteAttachmentInput
-
Packages that use DeleteAttachmentInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of DeleteAttachmentInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type DeleteAttachmentInput Modifier and Type Method Description RootMutation_deleteAttachment_ArgsRootMutation_deleteAttachment_Args. input(DeleteAttachmentInput value)`DeleteAttachment` input argument. -
Uses of DeleteAttachmentInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return DeleteAttachmentInput Modifier and Type Method Description DeleteAttachmentInputDeleteAttachmentInput. id(IdScalar v)Id of the `Attachment` to delete.
-