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

Add ability to customize graphql schema with OAS extensions #379

Closed
wants to merge 12 commits into from

Commits on Mar 18, 2021

  1. Add ability to customize graphql schema with OAS extensions

    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    6473d79 View commit details
    Browse the repository at this point in the history
  2. Revert unintended import reordering

    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1255d8b View commit details
    Browse the repository at this point in the history
  3. Add support for mutations & subscriptions

    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    96fede1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b17be1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Add support for links & split naming field/type

    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    c6ff87a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into openapi-extension…

    …s-config
    
    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d2ff5eb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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

Commits on Apr 20, 2021

  1. Add error handling and test coverage

    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    43e7787 View commit details
    Browse the repository at this point in the history
  2. Skip WIP tests

    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f0b3629 View commit details
    Browse the repository at this point in the history
  3. Implement error handling for enum mapping

    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    40d5f1a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    adfe627 View commit details
    Browse the repository at this point in the history
  2. Add test for parameter types

    Signed-off-by: Elias Meire <elias@meire.dev>
    elsmr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    3748cd5 View commit details
    Browse the repository at this point in the history