index
:
tonbo
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphql
/
Operations
/
UserID.graphql
blob: 1dd60f6e19e3b3f675403bd463524689170d7091 (
plain
) (
blame
)
1
2
3
4
5
query
UserID
{
User
(
name
:
"fuwn"
)
{
id
}
}