v2.20.0
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!
}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