Skip to content

Instantly share code, notes, and snippets.

@sebastiandeutsch
Created August 3, 2019 07:28
Show Gist options
  • Save sebastiandeutsch/f33b1d641f6587157045d603654dced8 to your computer and use it in GitHub Desktop.
Save sebastiandeutsch/f33b1d641f6587157045d603654dced8 to your computer and use it in GitHub Desktop.
type Post {
id: ID,
title: String
text: String
}
type PaginationInfo<ResultType> {
page: Int
totalPages: Int
perPage: Int
items: ResultType
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment