enableClaimMdAcctPayload
Autogenerated return type of enableClaimMdAcct.
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEmessages
· [FieldError]
· The list of errors occurred during the mutation success_string
· String
· Success message for creating a ClaimMD account Used By
Definition
"""Autogenerated return type of enableClaimMdAcct."""type enableClaimMdAcctPayload { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The list of errors occurred during the mutation """ messages: [FieldError]
""" Success message for creating a ClaimMD account """ success_string: String}