currentUserAttributes.graphql 165 B

12345678910111213
  1. fragment currentUserAttributes on User {
  2. ...userAttributes
  3. authorizations {
  4. id
  5. provider
  6. uid
  7. username
  8. }
  9. email
  10. permissions {
  11. names
  12. }
  13. }