Skip to content

TogglePaywallInput

Autogenerated input type of TogglePaywall

Fields

deprecated DO NOT USE
enable · String! · required
id · String! · required

Used By

Definition

"""
Autogenerated input type of TogglePaywall
"""
input TogglePaywallInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
enable: String!
id: String!
}