GraphQL OBJECT

UserAccountInformation

Information about the user.

link Definition

  • type UserAccountInformation {
  • # Unique Id of the user.
  • id: Int!
  • # Name of the user.
  • name: String!
  • }