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