OBJECT
1type ProgramAffiliateList implements Page {23records: [ProgramAffiliate!] 45offset: Int! 67limit: Int! 89count: Int 1011}