gradido/admin/src/graphql/showContributionLink.js

19 lines
263 B
JavaScript

import gql from 'graphql-tag'
export const showContributionLink = gql`
query ($id: Int!) {
showContributionLink {
id
startDate
endDate
name
memo
amount
cycle
repetition
maxAmount
code
}
}
`