StateLicensesInput
Payload for a state license
Fields
Used By
Definition
"""Payload for a state license"""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}