We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime
Clearing a broadcast does not reset the GraphQL Runtime data/config. It still reflects any broadcasts that were applied up to this point.
Possibly the data store is not being updated?
To be added
After clearing the broadcast, re-running the GraphQL query should return the original Runtime data
The text was updated successfully, but these errors were encountered:
MetRonnie
No branches or pull requests
Description
Clearing a broadcast does not reset the GraphQL
Runtime
data/config. It still reflects any broadcasts that were applied up to this point.Possibly the data store is not being updated?
Reproducible Example
To be added
Expected Behaviour
After clearing the broadcast, re-running the GraphQL query should return the original
Runtime
dataThe text was updated successfully, but these errors were encountered: