GraphQL Schema Updates 2022-11-8
Author:
Fluent Commerce
Changed on:
18 Mar 2024
Target release date: | 2022-11-08 |
---|---|
Release status: | Released |
Description
Two updates to the articlesByLocation query
(1). A fix has been introduced to the articlesByLocation query.
Results are now always in descending order by creation time - in alignment with our other queries. The query now supports pagination when using the last parameter.
You can opt-in to these changes. To do so, disable the setting
`fc.gql.compatibility.articlesByLocationOrder`
`fc.gql.compatibility.articlesByLocationOrder.disabled`
Pages that use the
`articlesByLocation`
`customerEmail`
`customerFirstName`
`customerLastName`
`customerPhone`
`orderRef`
`(2). articleItems`
`orderItems`
Via GraphQL, you can now specify the
`orderItem`
`articleItem `
`orderItem`
`articleItem`
`createArticle`
`updateArticle`
👀 Explore the new queries using the GraphQL API Navigator on the left-hand menu.
Changelog
Details as listed above.
Released capability depth: | Enhancement |
---|---|
Release bundle / Capability type: | Platform |