Commit d003d8f8 authored by NataliaTepluhina's avatar NataliaTepluhina

Added immutable results

parent 02ab3b58
......@@ -50,4 +50,9 @@ export const removeUnnecessaryDashes = (manifest) => {
/**
* Create GraphQL Client for threat monitoring
*/
export const gqClient = createGqClient();
export const gqClient = createGqClient(
{},
{
assumeImmutableResults: true,
},
);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment