doyensec / GQLSpection

GQLSpection - parses GraphQL introspection schema and generates possible queries
Apache License 2.0
66 stars 7 forks source link

Schema diffing #31

Open execveat opened 1 year ago

execveat commented 1 year ago

Include a feature that compares two GraphQL schemas to identify differences in types, fields, and enums. This could be useful when testing different versions of the same application or when testing multiple endpoints that share a common schema.