-
I'm looking for example of GraphQL query in order to perform |
Beta Was this translation helpful? Give feedback.
Answered by
pront
Apr 2, 2025
Replies: 1 comment 6 replies
-
Hi @nazarovkv, you can pass these arguments to the command: https://github.com/vectordotdev/vector/blob/master/src/tap/mod.rs#L36-L42 If you wanted to talk to the server directly, I would not advise that since ultimately we want to remove the GraphQL dependency completely. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nazarovkv, you can pass these arguments to the command: https://github.com/vectordotdev/vector/blob/master/src/tap/mod.rs#L36-L42
If you wanted to talk to the server directly, I would not advise that since ultimately we want to remove the GraphQL dependency completely.