greemo

Results 5 issues of greemo

Calls to request_started and request_finished in ExtensionManager should be made with await.. I can implement this if there is no objection..

enhancement
to do

## Problem It is often the case that an API has an interface for performing an operation over multiple items, however the user of the API would like to offer...

meta: stale

The Wundergraph operation looks like this: ``` mutation someUpdate($id: Int!, $name: String, $description: String, $icon: URL, $image: URL, $labels: [String!]) { object: someUpdate(id: $id, name: $name, description: $description, icon: $icon,...

meta: stale

I installed ego, and I get the following output but the program is not run... (base) user_1@laptop:~$ ego -v -v -v -v -v --user=user_2 teams [ego::logging] Log level TRACE [users::base]...

bug
has workaround

### Description Hi Guys, There still seems to be an issue with Scalar support. Specifically with passing scalars through to GraphQL backends. When a GraphQL backend has an schema (schema.graphql)...