Created
October 8, 2019 18:14
-
-
Save relwell/43a0dbfbec69ddf8a5cb744bfea586b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
query GetUserPanels { | |
currentUser { | |
panelDetails { | |
privatePanelActiveSession | |
myPanelActiveSession | |
utPanelActiveSession | |
} | |
} | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How we would calculate the various panels:
PRIVATE_PANEL -- if a user has a private panel invitation
MYPANEL -- if a user has a mypanel invitation
UT_PANEL -- all other cases where a user is a tester