Initial commit from monorepo
This commit is contained in:
22
graphql/operations/user/teams/GetTeam.graphql
Normal file
22
graphql/operations/user/teams/GetTeam.graphql
Normal file
@@ -0,0 +1,22 @@
|
||||
query GetTeam($teamId: String!) {
|
||||
getTeam(teamId: $teamId) {
|
||||
id
|
||||
name
|
||||
members {
|
||||
user {
|
||||
id
|
||||
firstName
|
||||
lastName
|
||||
}
|
||||
role
|
||||
joinedAt
|
||||
}
|
||||
invitations {
|
||||
uuid
|
||||
email
|
||||
role
|
||||
status
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user