OBJECT
WaitlistEntry
link GraphQL Schema definition
- type WaitlistEntry implements Node {
- : ID!
- # The phone number for this entry, stored in E.164 format.
- : String!
- : String!
- : String!
- : String
- # The NPI number for this entry
- : String
- # The status of the entry
- : WaitlistEntryStatus!
- : Time!
- : Time!
- # The total number of NPI results found
- : Int!
- : [RegistryResult!]
- }