Is it supported GraphQL?

Is it supported GraphQL?

Yes!
If you are using or planning to use PWA studio or any PWA framework then We are supporting read GraphQL query.
Example,

{

    products(filter: {sku: {eq: '24-MB01' }}) {

        items {

            __typename

            id

            name

            sku

            accessory_products {

              id

              name

              sku

            }

        }

    }

}



Please contact us for the GraphQL support by creating a support ticket.