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 04579e3 commit 0194fa9Copy full SHA for 0194fa9
community-dashboard/app/components/ItemSelectInput/index.tsx
@@ -36,6 +36,7 @@ const USERS = gql`
36
query UserOptions($search: String, $offset: Int!, $limit: Int!) {
37
users(filters: { search: $search }, pagination: { limit: $limit, offset: $offset }) {
38
items {
39
+ id
40
userId
41
username
42
}
@@ -50,6 +51,7 @@ const USER_GROUPS = gql`
50
51
query UserGroupOptions($search: String, $offset: Int!, $limit: Int!) {
52
userGroups(filters: { search: $search }, pagination: { limit: $limit, offset: $offset }) {
53
54
55
isArchived
56
userGroupId
57
name
0 commit comments