INPUT_OBJECT

UpdateCredentialInput

link GraphQL Schema definition

  • input UpdateCredentialInput {
  • credentialIdentifier: String
  • issueDate: Time
  • expirationDate: Time
  • certifyingBoardID: ID
  • providerTypeID: ID
  • certifyingBoardSpecializationID: ID
  • # If true, the credential is considered confirmed by the current user. This
  • # defaults to true if not provided.
  • confirmed: Boolean
  • # Only can be set by an admin user, other usage is ignored
  • verified: Boolean
  • }

link Require by