View the original community article here
Last tested: Feb 9, 2018
You can do this as expected, just be sure to include the ALL_FIELDS* line
This works
explore: a_explore {
fields: [
ALL_FIELDS*,
-a_explore.category
]
And this works:
explore: a_explore {
fields: [
ALL_FIELDS*,
-category
]
This content is subject to limited support.