OBJECT
Announcement
Announcements created by providers for client consumption
link GraphQL Schema definition
- type Announcement {
- # If true, announcement is active
- Boolean! :
- # file name of associated image
- String :
- # URL of image associated with announcement
- String :
- # Announcement content(viewable by client)
- String :
- # Unique identifier of the announcement
- ID! :
- # Date and time announcement active status was changed
- String :
- # User that updated active status of this announcement most recently
- User :
- # Name of announcement(only viewable by provider)
- String :
- # Title of announcement(viewable by client)
- String :
- # User that created this announcement
- User :
- # Comma separated list of user group ids associated with this announcement
- String :
- # Comma separated list of user group names associated with this announcement
- String :
- }
link Require by
- createAnnouncementPayloadAutogenerated return type of createAnnouncement.
- destroyAnnouncementPayloadAutogenerated return type of destroyAnnouncement.
- dismissAllAnnouncementsPayloadAutogenerated return type of dismissAllAnnouncements.
- dismissAnnouncementPayloadAutogenerated return type of dismissAnnouncement.
- QueryThe query root of this schema. See available queries.
- updateAnnouncementPayloadAutogenerated return type of updateAnnouncement.
- UserAn user entry, returns basic user information