Skip to content

extendPaywall

extend paywall for a provider

Arguments

input · ExtendPaywallInput · Parameters for ExtendPaywall

Returns

ExtendPaywallPayload

Example

mutation extendPaywall($input: ExtendPaywallInput) {
extendPaywall(input: $input) {
additional_info
messages
success_string
}
}