userCurrentAppearance.graphql 157 B

12345678
  1. mutation userCurrentAppearance($theme: EnumAppearanceTheme!) {
  2. userCurrentAppearance(theme: $theme) {
  3. success
  4. errors {
  5. ...errors
  6. }
  7. }
  8. }