Open
Description
For example when autocompleting a Relay connection allFilms
we could make it so that it auto-completes to allFilms(first: 10)
to ensure that pagination limits are hinted. Needs thought on how this would actually work, but it'd be nice if our plugin system was capable of allowing someone to implement this.