GraphQL OBJECT

Session

Data from a session.

link Definition

  • type Session {
  • # List of parameters that were present in the URLs.
  • urlParameters: [UrlParameter]
  • }

link Required by