OBJECT

Me

Current Identity.

link GraphQL Schema definition

  • type Me {
  • # The associated user.
  • user: User
  • # The associated Namespaces.
  • namespaces: [Namespace!]!
  • # The associated Company.
  • company: Company!
  • }

link Require by