-
Notifications
You must be signed in to change notification settings - Fork 186
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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-python/gql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: graphql-python/gql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 9 files changed
- 2 contributors
Commits on Aug 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0778c19 - Browse repository at this point
Copy the full SHA 0778c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ff8ad - Browse repository at this point
Copy the full SHA 76ff8adView commit details
Commits on Sep 1, 2025
-
Add comprehensive directive support to DSL module (#563)
- `DSLDirective` class: Represents GraphQL directives with argument validation and AST generation - `DSLDirectable` mixin: Provides reusable `.directives()` method for all DSL elements that support directives - `DSLFragmentSpread` class: Represents fragment spreads with their own directives, separate from fragment definitions - Executable directive location support on query, mutation, subscription, fields, fragments, inline fragments, fragment spreads, and variable definitions ([spec](https://spec.graphql.org/October2021/#sec-Type-System.Directives)) - Automatic schema resolution: Fields automatically use their parent schema for custom directive validation - Fallback on builtin directives: Built-in directives are still available if a schema is not available to validate against The implementation follows the [October 2021 GraphQL specification](https://spec.graphql.org/October2021/) for executable directive locations and maintains backward compatibility with existing DSL code. Users can now use both built-in directives (`@skip`, `@include`) and custom schema directives across all supported GraphQL locations. Co-authored-by: Leszek Hanusz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1247877 - Browse repository at this point
Copy the full SHA 1247877View commit details
Commits on Sep 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 49de084 - Browse repository at this point
Copy the full SHA 49de084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3169670 - Browse repository at this point
Copy the full SHA 3169670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d48c21 - Browse repository at this point
Copy the full SHA 4d48c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a4597 - Browse repository at this point
Copy the full SHA a3a4597View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0...master