Using graphql query I am trying to fetch only variation data of a content fragment. But if the particular searched variation is not available, it returns the master variation data as fallback.
If there is not such variation available , I should not get any data in response. How can we achieve this ?