OBJECT
UserNumber
Represents user's number.
link GraphQL Schema definition
- type UserNumber implements Node {
- # Represents number's SID.
- : String!
- # Represents number in E.164 format or in Twilio short code.
- : String!
- # Indicate if number is default.
- : Boolean!
- # Indicate if number is active.
- : Boolean!
- # Indicate if routing is enabled.
- : Boolean!
- # Indicate if number is released.
- : Boolean!
- # Indicate if number is short coded.
- : Boolean!
- # Identifies the date and time when the number was last updated.
- : DateTime!
- # Globally unique identifier.
- : ID!
- }