Commit Graph

5 Commits (eb38a151e432bfb7b46f3f1c1732485ec41d3ced)

Author SHA1 Message Date
Swissky eb38a151e4
Merge pull request #45 from adindrabkin/mutation_args-fstring
mutation_args f-string to prevent TypeError
2023-01-24 12:36:46 +01:00
adindrabkin 145970261b
Skip args where args_ttype is None
The try-catch block at line 62 allows args_ttype to be None. Line 74 was updated to an f-string to convert None to str(None) to prevent the program from crashing.

Recently ran into this issue when testing a development environment which caused a None type to appear. Changing to an f-string mitigated this issue and allowed for enumeration to continue.
2022-07-24 16:44:33 -04:00
Arthur A 2a559778e5
fix: KeyError: 'data'
In some cases it is not possible to download the schema, in this case I added a condition to not return an error.
2022-02-21 02:07:19 -03:00
Swissky 98997bd7cf Query suggestion for GraphQL mutations 2022-01-17 20:46:40 +01:00
Swissky 08413ed409 GraphQLmap Package 2022-01-17 16:22:22 +01:00