houdini icon indicating copy to clipboard operation
houdini copied to clipboard

Incremental compiler

Open AlecAivazis opened this issue 3 years ago • 0 comments

The biggest hurdle for this has always been detecting changes in referenced fragments, mutation operations, etc. We should be able to keep some state to track the locations of all of the documents so we can look up if the document has changed since we last saw it.

Questions:

  • The relationship between a list operation and the mutation document is inverted from queries and fragments

AlecAivazis avatar Jun 30 '22 19:06 AlecAivazis