Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)