Is there any tool that can auto-generate GraphQL fragments from GraphQL schemas?

letslearngraphql

Is there any tool that can auto-generate GraphQL fragments from GraphQL schemas?

Given a GraphQL entity like this: type Action @entity(immutable: true) { id: String! subgraphId: BigInt! block: BigInt!

 

Read More