query($id: ID!) { membership(id: $id) { title path belongsTo { totalCount edges { node { ... on Person { path content name rank memberships{ id title path } bio excerpt linkedin websites countries cities private image category } } } } } allMembership(filter: {title: {in: ["cofounders", "tech", "foundation", "ambassadors", "matchmakers", "farmers", "aci_members", "partners", "wisdom_council", "technology_council", "grid_guardians"]}}){ edges{ node{ id title path } } } }