macros.graphql 110 B

12345678
  1. query macros($groupId: ID!) {
  2. macros(groupId: $groupId) {
  3. id
  4. active
  5. name
  6. uxFlowNextUp
  7. }
  8. }