graphql-python / graphql-python/graphene
Exporting schema with type that inherits multiple interfaces outputs invalid schema
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 818
- PR merge metrics
- No merged PRs in 30d
Description
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
When converting a schema object to string containing type with multiple interfaces results to invalid notation with comma as separating character:
`type Potato implements Food, Vegetable ...`
* **What is the expected behavior?**
`type Potato implements Food & Vegetable ...`
* **Please tell us about your environment:**
graphene: 2.1.8
graphene-django: 2.10.1
graphene-federation: 0.1.0
Platform: Mac
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.