Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the atack generation of graphql queries and mutations #122

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove graphql-py library as it is not used
  • Loading branch information
Bogdan Andronic committed Jul 26, 2023
commit 678140c947328ca1331ab793b707894649eb37cb
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
path = lib/GQLSpection
url = ../GQLSpection.git
branch = dev
[submodule "lib/graphql-py"]
path = lib/graphql-py
url = https://github.com/ivelum/graphql-py
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sourceSets {
srcDir 'kotlin'
}
resources {
srcDirs = ['python', 'lib/GQLSpection/src', 'lib/graphql-py/graphql']
srcDirs = ['python', 'lib/GQLSpection/src']
}
}
}
Expand Down
1 change: 0 additions & 1 deletion graphql-py
Submodule graphql-py deleted from 9859df
1 change: 0 additions & 1 deletion lib/graphql-py
Submodule graphql-py deleted from 9859df