graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Is it possible to go from `*graphql.Schema` to an ast node?

Open darren-west opened this issue 1 year ago • 1 comments

Description

I would like to load a schema and then visit each FieldDefinition to perform some operation but while I can print the document, then parse it then use the ast nodes, I figured there would be a way to get the ast node for a schema. Is this possible?

darren-west avatar Oct 09 '23 08:10 darren-west

up

kukwuka avatar Apr 10 '24 16:04 kukwuka