Evan McNeely

Results 6 comments of Evan McNeely

Include testing and spec.

Connections are a pagination convention, different than slicing arguments. See this paper or screen shots below. https://github.com/Alan-Cha/fse20/blob/master/submissions/functional/FSE-24/graphql-paper.pdf ![Image](https://user-images.githubusercontent.com/89324687/180583577-18c1a937-d524-4a63-83b7-e84821ca3ab4.png) ![Image](https://user-images.githubusercontent.com/89324687/180583576-016ac1ea-1dc9-40c9-8ee8-5938a8ac45c9.png)

Connections can be handled with a combination of slicing arguments and directives. Confirm with tests and update documentation

I ended up refactoring things a bit to check all directives in the array. ![Screen Shot 2022-08-20 at 10 31 24 AM](https://user-images.githubusercontent.com/89324687/185759331-4ccc0ff4-c8e6-4e8c-bd6c-c76ae90960b4.png)

Wait for the resolve complexity analysis to be comlpeted