GraphQlArgumentBinder silently drops fields from extended input types for nested input objects #1960
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Backport Bot | |
| on: | |
| issues: | |
| types: [labeled] | |
| pull_request: | |
| types: [labeled] | |
| push: | |
| branches: | |
| - '*.x' | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Create Backport Issue | |
| uses: spring-io/backport-bot@f16bdf71d0e79da6bf201133eb9311eb44b94bb8 #v0.0.1 | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} |