zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3ff01c3f0632f00b9fd1cdafa7fa65347461e9cc
parent cb30567002b45ffea15636356ed2fb1c4bac933f
Author: srfsh <dev@srf.sh>
Date:   Mon, 22 Aug 2022 18:23:07 +0300

doc: add gql page size vars

Diffstat:
Mdocs/configuration-guide.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/docs/configuration-guide.md b/docs/configuration-guide.md @@ -47,6 +47,12 @@ also see the [Required Options](#required-options). `openssl rand -hex 64`. It is automatically generated when you run `mann env.setup`. +* `GQL_DEF_PAGE_SIZE`: A non-negative integer. It is used for the + default GraphQL page size if the client doesn't provide one. +* `GQL_MAX_PAGE_SIZE`: A non-negative integer. It is used for the + maximum GraphQL page size if client provides a too-large value. + It must be greater than `GQL_DEF_PAGE_SIZE`. + ## Required Options