-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
The scheduling-api SDK is providing getters with regard to the graphql model we use. The pagination makes use of the hasNextPage attribute in the json model (a boolean) which maps to the getter isHasNextPage. It would be more meaningful and relevant to have this method simply named hasNextPage instead.