mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
fix(admin): Remove "maxAmountPerMonth" from createContributionLink gql. (#3343)
This commit is contained in:
parent
14f9ca4acb
commit
fb047b89b5
@ -9,7 +9,6 @@ export const createContributionLink = gql`
|
||||
$memo: String!
|
||||
$cycle: String!
|
||||
$maxPerCycle: Int! = 1
|
||||
$maxAmountPerMonth: Decimal
|
||||
) {
|
||||
createContributionLink(
|
||||
validFrom: $validFrom
|
||||
@ -19,7 +18,6 @@ export const createContributionLink = gql`
|
||||
memo: $memo
|
||||
cycle: $cycle
|
||||
maxPerCycle: $maxPerCycle
|
||||
maxAmountPerMonth: $maxAmountPerMonth
|
||||
) {
|
||||
link
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user