SecurityRiskAdvisors / VECTR

VECTR is a tool that facilitates tracking of your red and blue team testing activities to measure detection and prevention capabilities across different attack scenarios
1.35k stars 159 forks source link

GraphQL returns NULL for all outcome fields #214

Closed fuckup1337 closed 1 year ago

fuckup1337 commented 1 year ago

Hi guys, a quick question, if we query our db via graphql all the outcome fields are NULL - all other fields seem to work fine. When I go to the vectr dashboard it has also always one box ticked.

Any idea how to solve that? Thanks a lot!

SRAPSpencer commented 1 year ago

Team is currently backlogged, will attempt to replicate when possible.

thebleucheese commented 1 year ago

Hi, Can you try using "outcome" instead of "outcomes"? The pluralized version of the field is deprecated but hasn't been removed yet to avoid breaking external tools.

image

fuckup1337 commented 1 year ago

that worked - thanks!