adding testcase for graphql queries mapping.

This commit is contained in:
Samuel Andert
2023-08-07 14:43:05 +02:00
parent b9e22e1ea4
commit 0c202e0ef6
6 changed files with 207 additions and 168 deletions

View File

@ -0,0 +1,6 @@
query queryTest {
repoGet(owner: "samuelandert.eth", repo: "learn") {
id
name
}
}