OBJECT
A Session object contains various data from the Application User's session cookie
type Session {# Cookie session ID. Note: This is NOT a user_id, not a Primary Key of any record # in the database.id: ID! # UI banner notices to display to the user in the Application UI.# NOTE: Once queried, the notices are removed from the session cookie immediately.notices: [Notice!]! }