Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateAttachmentInput
-
Packages that use CreateAttachmentInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateAttachmentInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateAttachmentInput Modifier and Type Method Description RootMutation_createAttachment_ArgsRootMutation_createAttachment_Args. input(CreateAttachmentInput value)`CreateAttachment` input argument. -
Uses of CreateAttachmentInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateAttachmentInput Modifier and Type Method Description CreateAttachmentInputCreateAttachmentInput. externalId(IdScalar v)Attachment external Id.CreateAttachmentInputCreateAttachmentInput. fileId(IdScalar v)File Id.CreateAttachmentInputCreateAttachmentInput. name(StringScalar v)Attachment name or display name.CreateAttachmentInputCreateAttachmentInput. parentId(IdScalar v)Parent Id.
-