aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 83852a94fd00d7a4db8b8b2a88564e1eba9d6fea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# `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
  }
  languages
  language: language(language: "C")
}
```

## License

[MIT License](./LICENSE)