Skip to content

Commit 5cabdb6

Browse files
authored
update latest gql schema (#178)
1 parent c3aad12 commit 5cabdb6

File tree

2 files changed

+94
-32
lines changed

2 files changed

+94
-32
lines changed

src/graphql/fragments/userParts.gql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ fragment UserParts on User {
33
id
44
fullName
55
publicName
6+
slackIdentities {
7+
slackTeamId
8+
slackUserId
9+
}
610
email
711
updatedAt {
812
...DateTimeParts

0 commit comments

Comments
 (0)