Skip to content

Commit

Permalink
update graphql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 30, 2020
1 parent ec5087e commit e9e9108
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -4278,7 +4278,11 @@ type Query {
Returns the elements in the list that come before the specified cursor.
"""
before: String
first: Int = 25

"""
Returns the first _n_ elements from the list.
"""
first: Int

"""
Returns the last _n_ elements from the list.
Expand Down Expand Up @@ -4739,6 +4743,7 @@ type ServiceConnectionWithMeta {
"""
pageInfo: PageInfo!
totalCount: Int!
years: [Facet!]
}

"""
Expand Down

0 comments on commit e9e9108

Please sign in to comment.