Notification
No description
type Notification {
  actor: Payload
  createdAt: DateTime!
  id: ID!
  meta: NotificationMeta
  object: Payload
  read: Boolean!
  space: Space
  target: Payload
  verb: NotificationVerb!
}
No description
type Notification {
  actor: Payload
  createdAt: DateTime!
  id: ID!
  meta: NotificationMeta
  object: Payload
  read: Boolean!
  space: Space
  target: Payload
  verb: NotificationVerb!
}
actor (Payload)createdAt (DateTime!)id (ID!)meta (NotificationMeta)object (Payload)read (Boolean!)space (Space)target (Payload)verb (NotificationVerb!)