summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphql_shared/queries/get_user_callouts.query.graphql
blob: 50ed38e0492f0ca5ef78945641d11756fc5f2302 (plain)
1
2
3
4
5
6
7
8
9
10
query getUser {
  currentUser {
    id
    callouts {
      nodes {
        featureName
      }
    }
  }
}