All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.Fragments.PaginationInfo.OnLinksConnection.graphql Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
fragment PaginationInfoOnLinksConnectionFragment on LinksConnection {
          totalCount
          info: pageInfo {
            hasNext: hasNextPage
            hasPrevious: hasPreviousPage
            startCursor
            endCursor
          }
        }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy