Is there a way to FILTER OUT attributes using "Vertex Expression Set"

Hi!

I know that you can use the “Vertex Expression Set” syntax to specify which attributes of the vertices in a set you want to print.

I was wondering if there’s a way to do the opposite - tell which attributes you don’t want to print, and print all the rest…

To clarify…
The manual gives an example of using:
“PRINT C[C.country]”
to print the country attribute of C.

I was wondering if something like
“PRINT C[-C.country]”
could be used to print all attributes except for the country attribute…

Not to my knowledge, no. I’ll ask product if we can include it in our list of feature requests.

That would be awesome - thanks a lot Richard!

@Richard_Henderson Hi , Even I am facing similar issue . I want to exclude particular attribute from response . How can I achieve in GSQL ?