Skip to content
Snippets Groups Projects
Commit 48e63df3 authored by Jure's avatar Jure
Browse files

feat: adjust user queries with additional data

parent 6080a626
No related branches found
No related tags found
No related merge requests found
// TODO: Combine this with app/queries/index
import gql from 'graphql-tag'
export default {
......@@ -7,6 +9,11 @@ export default {
id
username
admin
profilePicture
defaultIdentity {
aff
name
}
}
}
`,
......
......@@ -8,9 +8,7 @@ export const GET_CURRENT_USER = gql`
username
defaultIdentity {
aff
name {
surname
}
name
type
... on ExternalIdentity {
identifier
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment