gintonic
gintonic copied to clipboard
Add nested access
Consider adding a nested resolution of fields. E.g. we could introduce the syntax:
transform type Query {
field: field.subField
}
Assigning the value of the sub-field to the field. Some type-flattening would be required.