diff --git a/swh/graphql/schema/schema.graphql b/swh/graphql/schema/schema.graphql --- a/swh/graphql/schema/schema.graphql +++ b/swh/graphql/schema/schema.graphql @@ -1140,6 +1140,16 @@ SWHID to look for """ swhid: SWHID! + + """ + Returns the first _n_ elements from the list + """ + first: Int + + """ + Returns the page after the cursor + """ + after: String ): SearchResultConnection """