GraphQL and Search Configuration Section

This section of the Product Configuration Parameters Admin Page can be used to set the following values:

Parameter

Default

Description

Enable derive fields

false

True to activate deriveXY fields for the TopBraid GraphQL services.

Match all languages

false

If set to true then GraphQL searches including queryText and contains will match any language tag. By default (or false) only the matches for the HTTP client’s languages will be used for matching.

Timeout on GraphQL queries

off

If not set or 0 then the GraphQL endpoint will have no timeout. Timeout is given in milliseconds and will stop query execution after the specified time has passed. Note that GraphQL is heavily used by the EDG editor itself, so setting a timeout may block certain long-running operations from finishing.

Further Reading on TopBraid