Not to Return default Master variation in Graphql response
I have a content fragment having set of variations. I have written a graphql query to get the content fragment data for a given variation. The problem is graphql returns the master variation data as default if the specified variation is not available.
Ideally , I should be expecting empty response if the given variation doesn't exists.
Is there any possibility to avoid getting master variation data in response as default ?