configUpdates.graphql 95 B

12345678
  1. subscription configUpdates {
  2. configUpdates {
  3. setting {
  4. key
  5. value
  6. }
  7. }
  8. }