Skip to content

StateLicense

A state license object

Fields

full_state_name · String · The full name of the state
id · ID! · required · The unique identifier of the state license
state · String · The abbreviation of the state

Used By

Definition

"""
A state license object
"""
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
}