Announcement
Announcements created by providers for client consumption
Fields
announcement_image_name
· String · file name of associated image announcement_image_url
· String · URL of image associated with announcement description
· String · Announcement content(viewable by client) last_toggled_at
· String · Date and time announcement active status was changed last_toggled_by
· User · User that updated active status of this announcement most recently user_group_ids
· String · Comma separated list of user group ids associated with this announcement user_group_names
· String · Comma separated list of user group names associated with this announcement Used By
Definition
"""Announcements created by providers for client consumption"""type Announcement { """ If true, announcement is active """ active: Boolean!
""" file name of associated image """ announcement_image_name: String
""" URL of image associated with announcement """ announcement_image_url: String
""" Pagination cursor """ cursor: Cursor!
""" Announcement content(viewable by client) """ description: String
""" Unique identifier of the announcement """ id: ID!
""" Date and time announcement active status was changed """ last_toggled_at: String
""" User that updated active status of this announcement most recently """ last_toggled_by: User
""" Name of announcement(only viewable by provider) """ name: String
""" Title of announcement(viewable by client) """ title: String
""" User that created this announcement """ user: User
""" Comma separated list of user group ids associated with this announcement """ user_group_ids: String
""" Comma separated list of user group names associated with this announcement """ user_group_names: String}