graphql-crystal
graphql-crystal copied to clipboard
New methods for schema
We already have add_input_types to the schema which allows us to use structs to define inputs. Can we possibly do this for all other things? Such as types, interfaces & fragments.
Before I go diving in the code base, I wanted to see if there a reason it wasn't implemented such as certain limitations.