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 - } - } -`