OBJECT

User

A user

link GraphQL Schema definition

  • type User {
  • # A list of the accounts the user has access to
  • #
  • # Arguments
  • # after: [Not documented]
  • # before: [Not documented]
  • # first: [Not documented]
  • # last: [Not documented]
  • accounts(after: String, before: String, first: Int, last: Int): AccountConnection
  • email: String
  • id: ID!
  • name: String
  • }