StateLicense
A state license object
Fields
full_state_name
· String
· The full name 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}