Skip to content

StateLicensesInput

Payload for a state license

Fields

_destroy · Boolean · If true, the state license will be destroyed
id · ID · The ID of the state license
state · String · The code of the state

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
}