-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
When using elasticgraph-apollo in a project, the following warning is issued:
$ bundle exec rake
WARNING: 3 GraphQL resolver(s) have been registered but are unused:
- apollo_entity_ref
- apollo_entity_ref_list
- apollo_entity_ref_paginated
The warning goes away if the new APIs added to EG v0.19.3.0 are used, but they are optional and rarely used. It's confusing because the end user doesn't know what those resolvers are and doesn't know how to address the warning.
To Reproduce:
- Bootstrap a new EG project
- Add elasticgraph-apollo
- Run
bundle exec rake
Expected behavior:
No warnings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers