adding testcase for graphql queries mapping.
This commit is contained in:
6
src/routes/graphql/+page.gql
Normal file
6
src/routes/graphql/+page.gql
Normal file
@ -0,0 +1,6 @@
|
||||
query queryTest {
|
||||
repoGet(owner: "samuelandert.eth", repo: "learn") {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user