Skip to content

Commit d9dd0d8

Browse files
committed
refactor(FetchUsers): add profile picture field to user query
1 parent cbe9850 commit d9dd0d8

File tree

1 file changed

+3
-0
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/contributors

1 file changed

+3
-0
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/contributors/query.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export const FetchUsers: any = graphql(`
2020
id
2121
fullName
2222
username
23+
profilePicture {
24+
url
25+
}
2326
}
2427
supportingOrganizations {
2528
id

0 commit comments

Comments
 (0)