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

Convert Absinthe.Language.* structs to graphql representation #1114

Commits on Oct 22, 2021

  1. Store if document uses shorthand notation

    It's not necessary for the execution of a document to preserve
    this. For converting Absinthe.Language AST to a string it is however.
    
    Note that it's not a goal that the document -> AST -> document
    transformation is perfect in all cases. E.g. commas or lack thereof is
    not preserved. The shorthand notation however seemed easy enough
    to implement.
    
    See https://spec.graphql.org/draft/#sec-Language.Operations.Query-shorthand
    maartenvanvliet committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2f36df2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    85a1279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9673a1c View commit details
    Browse the repository at this point in the history
  3. Add Absinthe graphql formatter plugin

    Note it doesn't implement the Mix.Tasks.Format behaviour since this
    would give a warning pre Elixir 1.13
    maartenvanvliet committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    f1a1499 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    ced91e4 View commit details
    Browse the repository at this point in the history