GraphQLSwift / Graphiti

The Swift GraphQL Schema framework for macOS and Linux
MIT License
531 stars 67 forks source link

Adds public inits for all 3 paginatable arguments structs #131

Closed cshadek closed 11 months ago

cshadek commented 11 months ago

It would be nice to be able to instantiate the ForwardPaginationArguments, BackwardPaginationArguments, and PaginationArguments outside of the package (in tests, etc).

This pull request adds these public inits.

cshadek commented 11 months ago

@NeedleInAJayStack does this look good to you?

NeedleInAJayStack commented 11 months ago

I've tagged as v1.14.0