I am converting my Product.all REST Admin API to a GraphQL API, and there are 5 fields that are not being fetched:
- grams
- inventory_management
- fulfillment_service
- requires_shipping
- weight_unit
These fields were available under the variants object in the product response in the REST API, but in the GraphQL API, these fields are not available under variants. How can I fetch these fields in GraphQL?