swisskyrepo / GraphQLmap

GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. - Do not use for illegal testing ;)
MIT License
1.33k stars 187 forks source link

fix: KeyError: 'data' #40

Closed arthur4ires closed 1 year ago

arthur4ires commented 2 years ago

In some cases it is not possible to download the schema, in this case I added a condition to not return an error.