INPUT_OBJECT

StateLicensesInput

Payload for a state license

link GraphQL Schema definition

  • input StateLicensesInput {
  • # If true, the state license will be destroyed
  • _destroy: Boolean
  • # The ID of the state license
  • id: ID
  • # The code of the state
  • state: String
  • }