If I add a custom query, it works as expected:
type Query {
customTS(id: String!, from: DateTime, till: DateTime): [TSVal] @custom(http: {
url: "http://localhost:5000/timeseries?from=$from&till=$till"
method: GET
})
}
If I add a custom query, it works as expected:
type Query {
customTS(id: String!, from: DateTime, till: DateTime): [TSVal] @custom(http: {
url: "http://localhost:5000/timeseries?from=$from&till=$till"
method: GET
})
}