The IDL can have directives and comments which could be used to inform what data fetcher etc.. to use Imagine type Foo { fieldX : String @dataFetcher(dataFetcher : "theDFToUse") } The current runtime only allows static name -> resolver
The IDL can have directives and comments which could be used to inform what data fetcher etc.. to use
Imagine
The current runtime only allows static name -> resolver