SubscribeMiddleware
The SubscribeMiddleware input type specifies the middleware to set.
input SubscribeMiddleware {
subscribeFree: Boolean
subscribePaid: subscribePaidMwParams
customMiddleware: customMwParams
}
Fields
subscribeFree (Boolean)
subscribeFree the default module where the subscription to the profile is free.
subscribePaid (subscribePaidMwParams)
subscribePaid the subscription to the profile requires the subscriber to pay a fee.
customMiddleware (customMwParams)
customMiddleware for setting a custom middleware.