OBJECT

StateLicense

A state license object

link GraphQL Schema definition

  • type StateLicense {
  • # The full name of the state
  • full_state_name: String
  • # The unique identifier of the state license
  • id: ID!
  • # The abbreviation of the state
  • state: String
  • }