Skip to content
New issue

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

feat(annotations): refetch annotations on annotation changes #3980

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

mikeldking
Copy link
Contributor

@mikeldking mikeldking commented Jul 23, 2024

resolves #3963

Adds query to mutation responses so data can be refetched.

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Jul 23, 2024
@mikeldking mikeldking changed the title feat(annotations): refetch annootations on annotation changes feat(annotations): refetch annotations on annotation changes Jul 23, 2024
query {
node(id: $spanId) {
... on Span {
...EditSpanAnnotationsDialog_spanAnnotations
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How things are supposed to work @axiomofjoy

@mikeldking mikeldking merged commit 9ba7cb9 into main Jul 24, 2024
14 checks passed
@mikeldking mikeldking deleted the 3963-query-on-annotation-mutations branch July 24, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[annotations][gql] allow the user to query after the mutation for cache invalidation
2 participants