INPUT_OBJECT

CreateCredentialInput

link GraphQL Schema definition

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

link Require by