2026-03-26
GraphQL schema change log: 2026-03-26
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ✔ Description:
3-Letter currency code. The value should be encoded as a 3-character string conforming to the ISO_4217 specificationOn type
CurrencyCodehas changed to:3-character currency code in [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) format. -
[log] ✔ Description:
Conforms to the standard E.164 format as specified in E.164 specificationOn type
PhoneNumberhas changed to:Phone number in [E.164](https://en.wikipedia.org/wiki/E.164) format.Example: `+17895551234`.