enisdenjo / graphql-composite

MIT License
5 stars 0 forks source link

Support nested fields in select variables #21

Open enisdenjo opened 4 months ago

enisdenjo commented 4 months ago

A variable may select a field that is not at the root of the resolver export data. A selection path like manufacturer.id should be supported.