updateAnnouncementInput
Autogenerated input type of updateAnnouncement
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of updateAnnouncement"""input updateAnnouncementInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") active: Boolean announcement_image: AnnouncementImageUpload delete_image: Boolean description: String id: ID name: String title: String user_group_ids: String}