delete unused file graphql/showContributionLink.js

This commit is contained in:
ogerly 2022-09-16 12:41:30 +02:00
parent bc474e79ff
commit fbc9c6aa29

View File

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