Github
icon
Prisma-AppSync
๐Ÿง‘โ€๐Ÿ’ป
Guides
๐Ÿฆ„
Concept
โšก
Getting started
๐Ÿ”Œ
Extending the API
๐Ÿšช
Securing the API
๐Ÿชด
Tweaking the GraphQL Schema
๐Ÿช
Adding Hooks
๐Ÿงช
Reference
๐Ÿคฉ
Changelog
๐Ÿฆ
@1.0.0-rc.1
๐Ÿ•โ€๐Ÿฆบ
Support
๐Ÿงฌ
Contributing
๐Ÿ›ด
Roadmap
Refactor new Query Builder
Adjust schema generation output
Support for runtime-only fields (data injected at runtime)
Simple landing page using: Astro Build + Vue
Explore support for Relay Spec with edges, nodes, pageInfo
Powered by Notaku
Prisma-AppSync
/
Roadmap

Explore support for Relay Spec with edges, nodes, pageInfo

https://relay.dev/graphql/connections.htm
https://graphcms.com/docs/api-reference/content-api/pagination#relay-cursor-connections
graphql
getPost listPosts countPosts createPost updatePost deletePost postsConnection { edges { cursor node { # ... } } }
Simple landing page using: Astro Build + Vue

Last updated about 2 months ago
Helpful?
SHARE