OBJECT
Team
Team record
link GraphQL Schema definition
- type Team {
- # When the team was created
- : ISO8601DateTime!
- # ID of the team
- : ID!
- # Name of the team
- : String
- # When the team was last updated
- : ISO8601DateTime!
- # users attached to the team
- : [User!]
- }
link Require by
- CreateTeamPayloadAutogenerated return type of CreateTeam
- DefaultPermissionDefault Permission Type
- DestroyTeamPayloadAutogenerated return type of DestroyTeam
- PermissionPermission Type
- QueryThe query root of this schema
- TeamConnectionThe connection type for Team.
- TeamEdgeAn edge in a connection.
- UpdateTeamPayloadAutogenerated return type of UpdateTeam