Skip to content

v2.20.0

Choose a tag to compare

@DZakh DZakh released this 15 May 16:45
87866ae

What's Changed

Json type support for entity fields in graphql.schema file

Example:

type User {
  id: ID!
  greetings: [String!]!
  latestGreeting: String!
  numberOfGreetings: Int!
+ metadata: Json!
}

By @DZakh in #524

Additional improvements

  • Improve tests for the output of generated SQL query by @JonoPrest in #525
  • Add more metrics and logs to the indexer by @DZakh in #526

Full Changelog: v2.19.2...v2.20.0