Skip to content

enableSelfSignupInput

Autogenerated input type of enableSelfSignup

Fields

deprecated DO NOT USE
user_id · ID! · required · The user ID of the provider
enable · String! · required · To enable or disable

Used By

Definition

"""
Autogenerated input type of enableSelfSignup
"""
input enableSelfSignupInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The user ID of the provider
"""
user_id: ID!
"""
To enable or disable
"""
enable: String!
}