标签: c# graphql
我有这个查询
private const string CONSULTA = @" empreendimentos { edges { node { id, nameReg } }}}";
我需要获取所有empreendimentos以nameReg开头(即加利福尼亚)的California。如何在GraphQL中做到这一点?
empreendimentos
nameReg
California
GraphQL