Zendro-dev / graphql-server-model-codegen

Command line utility to auto-generate the structure files for a graphql server
MIT License
1 stars 2 forks source link

feat: asCursor field #199

Closed coeit closed 3 years ago

coeit commented 3 years ago

Summary

This PR implements the asCursor field for models. When queried it returns the base64 encoded cursor of a record use for pagination in the connection implementations.

Issue

closes #198

related PR

gql-server: #77

Changes