@azuro-org/toolkit 4.1.4 → 4.1.5
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.
package/dist/index.js
CHANGED
|
@@ -4230,7 +4230,6 @@ const chainsData = {
|
|
|
4230
4230
|
${PrematchConditionFragmentDoc}`;const PrematchConditionsBatchDocument = gql `
|
|
4231
4231
|
query PrematchConditionsBatch($conditionFilter: Condition_filter) {
|
|
4232
4232
|
conditions(where: $conditionFilter, first: 1000, subgraphError: allow) {
|
|
4233
|
-
id
|
|
4234
4233
|
status
|
|
4235
4234
|
conditionId
|
|
4236
4235
|
outcomes {
|