DefaultGraphQLConnectionArguments
talawa-api / utilities/graphQLConnection / DefaultGraphQLConnectionArguments
Type Alias: DefaultGraphQLConnectionArguments
> DefaultGraphQLConnectionArguments: object
This is typescript type of the standard arguments object received by a graphQL connection following the relay cursor connection specification, more info here:- https://relay.dev/graphql/connections.htm
Type declaration
after?
> optional
after: string
| null
before?
> optional
before: string
| null
first?
> optional
first: number
| null
last?
> optional
last: number
| null