Open EcHoOfInSaNiTy opened 4 years ago
Hello,
I'm unable to find documentation as to how I could nest this query into a struct, does anyone have any ideas how I could go about doing this?
organization(login: "myorg") { name team(slug: "myteam") { repositories(orderBy: {field: NAME, direction: ASC}, first: 100) { edges { node { name sshUrl isTemplate } } } } } }
Hello,
I'm unable to find documentation as to how I could nest this query into a struct, does anyone have any ideas how I could go about doing this?