You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure root objects are marked as referenced correctly
Followup to absinthe-graphql#1176
Since every schema will have a declared or inferred declaration, this
can be used to mark root objects as referenced.
The MarkReferenced used to mark every :query/:subscription/:mutation object
as referenced, even when it was used in the declaration.
This fix ensures that root objects that are not used in the declaration
are not marked as referenced and thus not rendered in the SDL.
0 commit comments