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

Ensure root objects are marked as referenced correctly #1186

Commits on Aug 26, 2022

  1. 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.
    maartenvanvliet committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    97ec561 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    maartenvanvliet committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    8dc22a5 View commit details
    Browse the repository at this point in the history