IBM/openapi-to-graphql

Ensure safe printing of circular schemas

Open

#233 opened on Aug 30, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (215 forks)github user discovery
good first issue

Repository metrics

Stars
 (1,645 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

In many warning/error messages, we stringify and print the faulty schema. This is a problem when we deal with circular schemas. Perhaps we can write a custom function or use a library.

Contributor guide