@transcend-io/cli 5.5.2 → 5.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ const graphql_request_1 = require("graphql-request");
8
8
  exports.ATTRIBUTE_KEYS_REQUESTS = (0, graphql_request_1.gql) `
9
9
  query TranscendCliAttributeKeys($first: Int!, $offset: Int!) {
10
10
  attributeKeys(
11
- filterBy: { enabledOnRequests: true }
11
+ filterBy: { enabledOn: [request] }
12
12
  first: $first
13
13
  useMaster: false
14
14
  offset: $offset