ezplatform-graphql
ezplatform-graphql copied to clipboard
GraphQL server for eZ Platform, the open source Symfony CMS.
| Question | Answer | ---------------------------------------- | ------------------ | **JIRA issue** | [IBX-4092](https://issues.ibexa.co/browse/IBX-4092) | **Type** | bug | **Target Ibexa version** | `v3.3` | **BC breaks** | no
Eases the synchronization of graphql schema when using multiple servers. # Publishing a schema One server will do the schema generation + compiling, and run a command (`ibexa:graphql:publish-schema`) to _publish_...
The doc for showing how to map a custom field type into the graphql schema has a minor bug. This is a new PR based on https://github.com/ezsystems/ezplatform-graphql/pull/67 ( which was...
| Question | Answer | ---------------------------------------- | ------------------ | **JIRA issue** | [EZP-32303](https://issues.ibexa.co/browse/EZP-32303) | **Type** | improvement | **Target eZ Platform version** | `v3.3` | **BC breaks** | no |...
The collection field for a type (`articles`, `blogPosts`) will expose an argument for each searchable field: ``` { media { images(name: "~norway") { _name } } content { products(price: ">...
### Features https://github.com/ezsystems/ezplatform-graphql/blob/bb70805b0f5e79f93a43b61a34679185405312a0/features/Generator.Feature#L1-L4 ### TODO - [x] Travis configuration - [ ] Merge https://github.com/ezsystems/ezplatform/pull/427. - [ ] Remove the commit that customizes the platform branch
Prof of concept here. It refactors the SearchQueryMapper to allow the extension of those criterios without the need to remodify that class again and again. Still working on it, but...
Jira: https://issues.ibexa.co/browse/IBX-7603 If the ibexa.graphql.schema.should.extend.ezurl parameter is false (default), the graphQL query will look like before, i.e.: ``` { content { urlCT(contentId:68) { urlField } } } ``` but if...