Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql-aspnet/graphql-aspnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-beta1
Choose a base ref
...
head repository: graphql-aspnet/graphql-aspnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/2.0
Choose a head ref
  • 7 commits
  • 123 files changed
  • 2 contributors

Commits on Dec 10, 2023

  1. Add SchemaInjectorCollection per ServiceCollection (#144) (#145)

    * Fixed #144 race condition when calling AddGraphQL multiple times before UseGraphQL is called
    Fgruntjes authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    3878da9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    183019b View commit details
    Browse the repository at this point in the history
  2. Rule Validation Fix for multiple fragments (#148)

    * Fixed a rule val. issue with merging multiple fragments with an unknown type
    * Reorganized and optimized rule 5.3.2
    kevin-carroll authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3c88cfd View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    4453325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd1726 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 27, 2024

  1. v2.0 : Rules based Schema Format Strategy (#154)

    * renamed schema format strategy
    * condensed name methods to 1 with an specifier parameter and extracted an interface for further customization
    * removed the need for an exposed "name formatter", all type name formatting is done within the schema. no more magic strings.
    * Revamped format strategy to be rules based with the builder facilitating the addition of built in rules.
    kevin-carroll authored May 27, 2024
    Configuration menu
    Copy the full SHA
    ae99fa2 View commit details
    Browse the repository at this point in the history
Loading