7 lines
88 B
GraphQL
7 lines
88 B
GraphQL
query queryTest {
|
|
repoGet(owner: "samuelandert.eth", repo: "learn") {
|
|
id
|
|
name
|
|
}
|
|
}
|