mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge remote-tracking branch 'origin/monterail_vue3_migration' into monterail_vue3_migration_frontend--settings-page-refactor
This commit is contained in:
commit
94bff0dec4
@ -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