INPUT_OBJECT

UpdateWaitlistEntryInput

UpdateWaitlistEntryInput is used for update WaitlistEntry object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateWaitlistEntryInput {
  • # The phone number for this entry, stored in E.164 format.
  • phone: String
  • firstName: String
  • lastName: String
  • email: String
  • clearEmail: Boolean
  • # The NPI number for this entry
  • npiNumber: String
  • clearNpiNumber: Boolean
  • # The status of the entry
  • status: WaitlistEntryStatus
  • createdAt: Time
  • updatedAt: Time
  • # The total number of NPI results found
  • totalNpiResults: Int
  • }

link Require by