graphql-crystal icon indicating copy to clipboard operation
graphql-crystal copied to clipboard

New methods for schema

Open AndiLavera opened this issue 5 years ago • 0 comments

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.

AndiLavera avatar Mar 28 '20 15:03 AndiLavera