mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
parent
f558eba626
commit
025636d7c3
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ app.listen(3000);
|
||||||
The `graphbrainz` middleware function accepts the following options:
|
The `graphbrainz` middleware function accepts the following options:
|
||||||
|
|
||||||
* **`client`**: A custom API client instance to use. See the
|
* **`client`**: A custom API client instance to use. See the
|
||||||
[client submodule](src/api.js) for help with creating a custom instance. You
|
[client submodule](src/api/client.js) for help with creating a custom instance.
|
||||||
probably only need to do this if you want to adjust the rate limit and retry
|
You probably only need to do this if you want to adjust the rate limit and retry
|
||||||
behavior.
|
behavior.
|
||||||
* Any remaining options are passed along to the standard GraphQL middleware.
|
* Any remaining options are passed along to the standard GraphQL middleware.
|
||||||
See the [express-graphql][] documentation for more information.
|
See the [express-graphql][] documentation for more information.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue