OBJECT

Team

Team record

link GraphQL Schema definition

  • type Team {
  • # When the team was created
  • createdAt: ISO8601DateTime!
  • # ID of the team
  • id: ID!
  • # Name of the team
  • name: String
  • # When the team was last updated
  • updatedAt: ISO8601DateTime!
  • # users attached to the team
  • users: [User!]
  • }