Skip to content

Execute a mutation multiple times over the same connection #391

Answered by enisdenjo
tadej321 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there,

you have 2 options:

  1. Use the client in lazy = false mode which will establish a connection with the server on create and keep it alive
  2. Use the client's lazyCloseTimeout option

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by enisdenjo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #390 on August 24, 2022 13:08.