Skip to content

Commit

Permalink
Update index.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang authored Jul 6, 2023
1 parent 0e64da5 commit 90ab42d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/mongodb-graphql/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ graphql:
uri: /graphql
db: restheart
collection: gql-apps
# app definitions are cached. this sets the time to live in msecs
app-def-cache-ttl: 10_000
# default-limit is used for queries that don't not specify a limit
default-limit: 100
# max-limit is the maximum value for a Query limit
Expand Down Expand Up @@ -539,4 +541,4 @@ In the following table are reported possible RESTHeart GraphQL Service responses
"http status description": "Bad Request",
"message": "..."
}
----
----

0 comments on commit 90ab42d

Please sign in to comment.