OBJECT

Me

Information about the current identity.

link GraphQL Schema definition

  • type Me {
  • # The user associated with the loggin in identity.
  • user: User
  • # The namespaces associated with the loggin in identity.
  • namespaces: [Namespace!]!
  • # The company associated with the loggin in identity.
  • company: Company!
  • }

link Require by