OBJECT
type DriverLicense {advisor: Advisor advisorId: UUID client: Client clientId: UUID contact: Contact contactId: UUID createdAt: ISO8601DateTime! createdBy: User! createdById: UUID! expirationDate: Date id: UUID! importKey: String isPrimary: Boolean issueDate: Date number: String! organization: Organization! organizationId: Int! owner: DriverLicenseOwner! state: State stateId: Int updatedAt: ISO8601DateTime! updatedBy: User! updatedById: UUID! user: User userId: UUID }