currentUserAttributes.graphql 101 B

1234567
  1. fragment currentUserAttributes on User {
  2. ...userAttributes
  3. email
  4. permissions {
  5. names
  6. }
  7. }