-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I am using this node along with the node-red-node-email module. I have found that when I query the graphql endpoint too frequently (ie two requests one after another), the graphql node returns two msgs, one for each query, but the _msgid and all the other properties apart from payload are identical to the second query message object.
Anticipated behavior: Two distinct message objects should be returned.
Actual behavior: Two identical message objects are returned, with only the contents of the payload different.
Minimal steps to replicate behavior: Pass two Message objects containing query parameters one right after another, ensure that the two Message objects have fields with distinct values. Observe that the two returned messages will be identical to one of the Message objects passed in.