From cc4745fbb69d1749a8f322ead727800d5a5a4f5d Mon Sep 17 00:00:00 2001 From: colw Date: Fri, 20 Dec 2019 18:39:10 +0100 Subject: [PATCH 1/2] Remove unused quey field --- src/gql/index.js | 1 - 1 file changed, 1 deletion(-) 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 = () => { From 3b8e17e90911eefa546edc62c7caf4ce0028f804 Mon Sep 17 00:00:00 2001 From: colw Date: Fri, 20 Dec 2019 18:42:22 +0100 Subject: [PATCH 2/2] changelog --- changes/colw_fix-remove-unused-query-field | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/colw_fix-remove-unused-query-field 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