FSharp.Data.GraphQL
FSharp.Data.GraphQL copied to clipboard
ObjectRef implementation
This my attempt at implementing an ObjectRef function in an effort to alleviate some of the pain-points of defining large schemas using this library. This approach was proposed by @johnberzy-bazinga on #290.
This a work-in-progress implementation and it will currently fail with nested references. I'm leaving some questions on how to proceed.
Thanks, Agus
@agu-z any intent to complete this PR?