Commit Graph

6 Commits (master)

Author SHA1 Message Date
Swissky 59305d7570 Fix parameters order in requester + batching queries 2023-03-11 23:34:56 +01:00
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