graphql-python / graphql-python/graphene

Exporting schema with type that inherits multiple interfaces outputs invalid schema

Offen
#1,263 1 Kommentar 6 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
🐛 bug
Vorherrschende Sprache
Python
Sterne
8.2k
Forks
818
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

**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

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.