aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f64ade78cf9ae4b4e5d944fc1928fced3a3b5619 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# `graphql-api`

GraphQL access to The Senpy API!

## Example Query

Try it out at [graphql.senpy.club/playground](https://graphql.senpy.club/playground)!

```graphql
query {
  random: random {
    language
    image
  }
  me: me {
    ip
  }
  languages
  language: language(language: "C")
}
```

## License

[MIT License](./LICENSE)