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

Remove unused scalars from SDL #1423

Merged
merged 24 commits into from
Feb 21, 2021
Merged

Commits on Dec 4, 2019

  1. according to the specification, it is not necessary to print unused t…

    …ypes (in particular scalars)
    sungam3r committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    1406698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4875b7b View commit details
    Browse the repository at this point in the history
  3. just small formatting

    sungam3r committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d172f5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a64733 View commit details
    Browse the repository at this point in the history
  5. fix naming

    sungam3r committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0fb6689 View commit details
    Browse the repository at this point in the history
  6. move some methods out of SchemaPrinter

    return builtin scalars to introspection
    sungam3r committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0c47a92 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Merge branch 'master' of github.com:graphql-dotnet/graphql-dotnet int…

    …o unused-scalars
    
    # Conflicts:
    #	src/GraphQL.ApiTests/ApiApprovalTests.PublicApi.GraphQL.approved.txt
    #	src/GraphQL/Introspection/SchemaMetaFieldType.cs
    sungam3r committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    158862a View commit details
    Browse the repository at this point in the history
  2. rename

    sungam3r committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    14bce78 View commit details
    Browse the repository at this point in the history
  3. references -> supports

    sungam3r committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    0bc52a2 View commit details
    Browse the repository at this point in the history
  4. align tests with spec

    sungam3r committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    255813b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Merge branch 'master' of github.com:graphql-dotnet/graphql-dotnet int…

    …o unused-scalars
    
    # Conflicts:
    #	src/GraphQL.ApiTests/ApiApprovalTests.PublicApi.GraphQL.approved.txt
    #	src/GraphQL.StarWars/IoC/SimpleContainer.cs
    #	src/GraphQL.Tests/Introspection/IntrospectionResult.cs
    #	src/GraphQL.Tests/StarWars/StarWarsIntrospectionTests.cs
    #	src/GraphQL.Tests/Utilities/SchemaPrinterTests.cs
    sungam3r committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    085939d View commit details
    Browse the repository at this point in the history
  2. xml docs

    sungam3r committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    ef6e2f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Merge branch 'develop' of github.com:graphql-dotnet/graphql-dotnet in…

    …to unused-scalars
    
    # Conflicts:
    #	src/GraphQL.ApiTests/GraphQL.approved.txt
    #	src/GraphQL.Tests/Utilities/SchemaPrinterTests.cs
    #	src/GraphQL/GraphQLExtensions.cs
    #	src/GraphQL/Introspection/SchemaMetaFieldType.cs
    #	src/GraphQL/Utilities/SchemaPrinter.cs
    sungam3r committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    aa7aae6 View commit details
    Browse the repository at this point in the history
  2. fix bad merge

    sungam3r committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    f9f573c View commit details
    Browse the repository at this point in the history
  3. new line

    sungam3r committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    6a86f1d View commit details
    Browse the repository at this point in the history
  4. 1

    sungam3r committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ea9ac35 View commit details
    Browse the repository at this point in the history
  5. fix more

    sungam3r committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    2efb7e0 View commit details
    Browse the repository at this point in the history
  6. remove old stuff

    sungam3r committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    2d97cce View commit details
    Browse the repository at this point in the history
  7. notes

    sungam3r committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    a42ca86 View commit details
    Browse the repository at this point in the history
  8. cleanup

    sungam3r committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    e53c219 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    434b4b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4610bf9 View commit details
    Browse the repository at this point in the history
  3. move back

    sungam3r committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    2a2cfb2 View commit details
    Browse the repository at this point in the history
  4. 1

    sungam3r committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    5536781 View commit details
    Browse the repository at this point in the history