Skip to content

Commit d0c80ad

Browse files
flipaceSashko Stubailo
authored andcommitted
add ovos to users and fix typo (graphql#139)
1 parent df8a875 commit d0c80ad

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

site/learn/BestPractice-Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When designing a GraphQL schema, it's important to keep in mind all the problems
5454

5555
### Pagination
5656

57-
The GraphQL type system allows for some fields to return [lists of values](/learn/schema/#lists-and-non-null) however leaves the pagination of longer lists of values up to the API designer. There are a wide range of possible API designs for pagination, which of which has pros and cons.
57+
The GraphQL type system allows for some fields to return [lists of values](/learn/schema/#lists-and-non-null) however leaves the pagination of longer lists of values up to the API designer. There are a wide range of possible API designs for pagination, each of which has pros and cons.
5858

5959
Typically fields that could return long lists accept arguments "first" and "after" to allow for specifying a specific region of a list, where "after" is a unique identifier of each of the values in the list.
6060

site/users/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ var logos = [
196196
img: 'icon-systems.png',
197197
link: 'https://www.iconcmo.com/'
198198
},
199+
{
200+
name: 'ovos',
201+
img: 'ovos.png',
202+
link: 'http://www.ovos.at'
203+
},
199204
// Adding your logo?
200205
// Add it to the /users/logos/ directory and then append an entry above this comment.
201206
//

site/users/logos/ovos.png

21.4 KB
Loading

0 commit comments

Comments
 (0)