Files
auth.andert.me/src/routes/graphql/+page.gql
2023-08-07 14:43:05 +02:00

7 lines
88 B
GraphQL

query queryTest {
repoGet(owner: "samuelandert.eth", repo: "learn") {
id
name
}
}