BUG: GraphQL proxy incorrectly converts dates to invalid format

When serializing dates to send in GraphQL queries, they should be converted to the ISO8601 format, YYYY-MM-DDTHH:MM:SSZ. Instead, Webix converts them to a non-standard format,
YYYY-MM-DD HH:MM.

https://snippet.webix.com/8q5un9ed

This won’t work with compliant GraphQL servers (see my sample) using DateTime libraries like graphql-iso-date.

Hello,

I can confirm the issue. We will fix it. Thank you for reporting!