enableSelfSignupInput
Autogenerated input type of enableSelfSignup
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}