INPUT_OBJECT

OtherIdNumberInput

Payload for another id number

link GraphQL Schema definition

  • input OtherIdNumberInput {
  • # The ID of the other id number
  • id: ID
  • # The other id number
  • other_id: String
  • # The qualifier of the other id number
  • other_id_qualifier: String
  • # The user ID of the other id number
  • user_id: String
  • }