gradido/admin/src/graphql/showContributionLink.js
2022-06-14 12:27:39 +02:00

19 lines
272 B
JavaScript

import gql from 'graphql-tag'
export const showContributionLink = gql`
query ($id: Int!) {
showContributionLink {
id
validFrom
validTo
name
memo
amount
cycle
maxPerCycle
maxAmountPerMonth
code
}
}
`