issues
search
doyensec
/
GQLSpection
GQLSpection - parses GraphQL introspection schema and generates possible queries
Apache License 2.0
70
stars
10
forks
source link
Auto-release test #minor
#2
Closed
execveat
closed
1 year ago
github-actions[bot]
commented
1 year ago
Coverage report:
Name
Stmts
Miss
Cover
src/gqlspection/GQLArg.py
21
8
62%
src/gqlspection/GQLEnum.py
17
6
65%
src/gqlspection/GQLField.py
30
1
97%
src/gqlspection/GQLList.py
35
12
66%
src/gqlspection/GQLQuery.py
41
4
90%
src/gqlspection/GQLSchema.py
67
23
66%
src/gqlspection/GQLSubQuery.py
42
5
88%
src/gqlspection/GQLType.py
29
1
97%
src/gqlspection/GQLTypeKind.py
41
10
76%
src/gqlspection/GQLTypeProxy.py
37
12
68%
src/gqlspection/GQLWrappers.py
57
2
96%
src/gqlspection/Logger.py
21
4
81%
src/gqlspection/__init__.py
18
0
100%
src/gqlspection/cli.py
67
45
33%
src/gqlspection/introspection_query.py
7
7
0%
src/gqlspection/utils.py
59
44
25%
TOTAL
589
184
69%
Coverage report: