Gnome Bard

Results 2 issues of Gnome Bard

https://github.com/graphql-python/graphql-core/blame/master/graphql/utils/schema_printer.py#L132 ```python def _print_object(type): # type: (GraphQLObjectType) -> str interfaces = type.interfaces implemented_interfaces = ( " implements {}".format(", ".join(i.name for i in interfaces)) if interfaces else "" ) ``` https://facebook.github.io/graphql/draft/#sec-Interfaces...

![image](https://github.com/user-attachments/assets/d0913dc6-354e-4991-82f3-f7df67ad68c8)