commit so i can pull in fixes from master

This commit is contained in:
Austin Alvarado
2024-02-09 05:31:46 +00:00
parent fa9743be6a
commit adf3577f0e
7 changed files with 167 additions and 8 deletions

View File

@@ -12,5 +12,17 @@ query GetUserDetails($id: String!) {
id
displayName
}
attributes {
name
value
schema {
name
attributeType
isList
isVisible
isEditable
isHardcoded
}
}
}
}