Improvements to validation of JSON and Enum values
Queries and mutations on nodes that contain invalid values are supported in all cases, while several improvements have been made to prevent storing invalid values in the first place.
Full NPM Module Support
All npm modules are now supported in inline Graphcool Functions. Note that the version syntax is not supported:
// does NOT work:
require(graphql-request@1.3.0)
// works, always resolves latest version upon creating/updating an inline function:
require(graphql-request)
New Function Examples
The community contributed several examples to the Graphcool Functions collection ️ This includes examples for integrations with Firebase Authentication & Twilio SMS Authentication and a wrapper for the SendCloud API. Thanks to all the contributors!
Read the full Changelog
https://www.graph.cool/docs/faq/graphcool-changelog-chiooo0ahn/#week-32-34-(august-7-august-27)