graphql-compose/graphql-compose-elasticsearch

The "integer" type in the map cannot be retrieved in query's match syntax.

Closed this issue · 0 comments

hello, i have a problem. i need to retrieve a field of type "integer" in mathch of query syntax. just like this:
{
LogSearch(query: {match: {p_id: { 1 } }) {
#somthing field
}
}
the type `p_id is integer, but when i do that, i get an error!