OBJECT
type Check {amount: Float! carrier: Carrier carrierId: UUID company: Company companyId: UUID createdAt: ISO8601DateTime! createdBy: User! createdById: UUID! firm: Firm firmId: UUID forwardedDate: Date forwardedTo: CheckForwardedTo id: UUID! importKey: String number: String! organization: Organization! organizationId: Int! payee: String! receivedDate: Date! sourceOfFund: SourceOfFund updatedAt: ISO8601DateTime! updatedBy: User! updatedById: UUID! vendor: Vendor vendorId: UUID }