app: add user attributes schema page (#802)

This commit is contained in:
Austin Alvarado
2024-01-22 21:53:33 -07:00
committed by GitHub
parent c2eed8909a
commit b78e093205
17 changed files with 816 additions and 1 deletions
@@ -0,0 +1,5 @@
mutation DeleteUserAttributeQuery($name: String!) {
deleteUserAttribute(name: $name) {
ok
}
}