diff --git a/changes/colw_fix-remove-unused-query-field b/changes/colw_fix-remove-unused-query-field new file mode 100644 index 0000000000..be84098aec --- /dev/null +++ b/changes/colw_fix-remove-unused-query-field @@ -0,0 +1 @@ +[Fixed] [#3350](https://github.com/cosmos/lunie/pull/3350) Remove field not present in API schema @colw \ No newline at end of file diff --git a/src/gql/index.js b/src/gql/index.js index 6c64266433..7c7520ca75 100644 --- a/src/gql/index.js +++ b/src/gql/index.js @@ -35,7 +35,6 @@ const ValidatorFragment = ` statusDetailed expectedReturns selfStake - delegatorDelegation ` export const AllValidators = () => {