Skip to content

Instantly share code, notes, and snippets.

@ridhoperdana
Created September 23, 2019 02:37
Show Gist options
  • Select an option

  • Save ridhoperdana/e9d4b351cdee92248465f0e920af209a to your computer and use it in GitHub Desktop.

Select an option

Save ridhoperdana/e9d4b351cdee92248465f0e920af209a to your computer and use it in GitHub Desktop.
type Edge {
cursor: String
node: Article
}
type PageInfo {
endCursor: String
hasNextPage: Boolean
}
type ArticlesResult {
edges: [Edge]
pageInfo: PageInfo
totalCount: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment