gintonic icon indicating copy to clipboard operation
gintonic copied to clipboard

Add nested access

Open budde377 opened this issue 6 years ago • 0 comments

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.

budde377 avatar Dec 14 '18 18:12 budde377