Tags: floydnoel/graphql-compose-elasticsearch
Tags
fix: PageInfo must define one or more fields Fixes a regression introduced in `v3.1`. `schemaComposer.createObjectTC` accepts a `typeDef`, which could be a `string` (as in https://github.com/graphql-compose/graphql-compose-elasticsearch/blob/v3.1.1/src/resolvers/searchConnection.js#L141). `cfg` does not have `field` attributes in this case, causing `PageInfo` to be empty. Closes graphql-compose#60
refactor: due changes in [email protected] BREAKING CHANGE: Using API from [email protected]
fix: ignore non-numeric default value for Float field Closes graphql-compose#49
PreviousNext