We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3aad12 commit 5cabdb6Copy full SHA for 5cabdb6
src/graphql/fragments/userParts.gql
@@ -3,6 +3,10 @@ fragment UserParts on User {
3
id
4
fullName
5
publicName
6
+ slackIdentities {
7
+ slackTeamId
8
+ slackUserId
9
+ }
10
email
11
updatedAt {
12
...DateTimeParts
0 commit comments