Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senpy-club/graphql-api
📊 GraphQL access to The Senpy Club API for https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books
https://github.com/senpy-club/graphql-api
anime cloudflare graphql javascript senpy workers
Last synced: 1 day ago
JSON representation
📊 GraphQL access to The Senpy Club API for https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books
- Host: GitHub
- URL: https://github.com/senpy-club/graphql-api
- Owner: senpy-club
- License: mit
- Created: 2022-03-20T07:26:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:17:48.000Z (3 months ago)
- Last Synced: 2024-10-24T12:44:58.466Z (3 months ago)
- Topics: anime, cloudflare, graphql, javascript, senpy, workers
- Language: JavaScript
- Homepage: https://graphql.senpy.club/playground
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `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")
boys: boys {
random: random {
language
image
}
me: me {
ip
}
languages
language: language(language: "C")
}
}
```## License
[MIT License](./LICENSE)