From fbc9c6aa29683fe34fc3ac8fb588d9a5120b7b4f Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 16 Sep 2022 12:41:30 +0200 Subject: [PATCH] delete unused file graphql/showContributionLink.js --- admin/src/graphql/showContributionLink.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 admin/src/graphql/showContributionLink.js diff --git a/admin/src/graphql/showContributionLink.js b/admin/src/graphql/showContributionLink.js deleted file mode 100644 index 8042db6b5..000000000 --- a/admin/src/graphql/showContributionLink.js +++ /dev/null @@ -1,18 +0,0 @@ -import gql from 'graphql-tag' - -export const showContributionLink = gql` - query ($id: Int!) { - showContributionLink { - id - validFrom - validTo - name - memo - amount - cycle - maxPerCycle - maxAmountPerMonth - code - } - } -`