Skip to content

Use SchemaBuilderInterface in GraphQlExportCommand - #3470

Merged
alanpoulain merged 1 commit into
api-platform:2.5from
xterr:xterr-patch-2
Mar 29, 2020
Merged

Use SchemaBuilderInterface in GraphQlExportCommand#3470
alanpoulain merged 1 commit into
api-platform:2.5from
xterr:xterr-patch-2

Conversation

@xterr

Copy link
Copy Markdown
Contributor
QA
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tickets
LicenseMIT
Doc PR

The reason for this change is to allow decorating the SchemaBuilder.
Currently, SchemaBuilder cannot be decorated because in the constructor of GraphQlExportCommand the interface is not used.

@alanpoulain
alanpoulain merged commit 782c18f into api-platform:2.5Mar 29, 2020
@alanpoulain

Copy link
Copy Markdown
Member

Thank you @xterr.

dunglas added a commit that referenced this pull request Apr 20, 2020
* 2.5:
Test Location with status code between 300 and 400
Prevent header Location on POST when status code is not 201 or 30x
Fix phpcs issues
Update CHANGELOG.md
Improve the DQL query in case the values are equals
Fix cs
Fix bug Pagination throws 500 when etrying set large value page
Fix cs, use static::class instead of get_class($this)
fix cs
Update path to switch to other API docs.
missed doctrine type of bottom of filterProperty
!squash remove type from $fieldType
Passing custom doctrine type to addWhereByStrategy
Allow normalization on classes implementing \Traversable interface
Fixed php-cs-fixer issue
Do not treat classes implementing \Traversable as collection if defined as resource
Fix mispelling in hydra spec : hydra:writable to hydra:writeable
Add a test for exists filter on a collection relation (#3482)
Use SchemaBuilderInterface in GraphQlExportCommand (#3470)
Issue-#3293 - fix: changed "hydra:next" apparition condition (#3457]
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@xterr@alanpoulain