Skip to content

Conversation

@yaacovCR
Copy link
Contributor

@yaacovCR yaacovCR commented Oct 7, 2021

This class, similar to the Parser class, is exported only to assist people in implementing their own executors without duplicating too much code and should be used only as last resort for cases such as experimental syntax or if certain features could not be contributed upstream.

It is still part of the internal API and is versioned, so any changes to it are never considered breaking changes. If you still need to support multiple versions of the library, please use the versionInfo variable for version detection.

Depends on #3301

@yaacovCR yaacovCR force-pushed the executor-as-class branch 2 times, most recently from 58e3d24 to 462ada4 Compare October 8, 2021 08:17
@yaacovCR yaacovCR force-pushed the export-executor branch 2 times, most recently from e25f3b0 to 82c85c3 Compare October 10, 2021 16:32
This class, similar to the Parser class, is exported only to assist people in implementing their own executors without duplicating too much code and should be used only as last resort for cases such as experimental syntax or if certain features could not be contributed upstream.

It is still part of the internal API and is versioned, so any changes to it are never considered breaking changes. If you still need to support multiple versions of the library, please use the `versionInfo` variable for version detection.
@yaacovCR
Copy link
Contributor Author

As per our offline discussion, I am forking the executor only and will be pushing forward asap with class based Executor over there, in order to jumpstart experimentation. Hopefully whatever works at graphql-executor can be integrated upstream as desired.

yaacovCR#8

@yaacovCR yaacovCR closed this Oct 14, 2021
@yaacovCR yaacovCR deleted the export-executor branch September 7, 2022 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants