ACMEServerPageInfo
PageInfo contains information for pagination
type ACMEServerPageInfo {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
endCursor: String
startCursor: String
}
Fields
ACMEServerPageInfo.hasNextPage ● Boolean! non-null scalar
Indicates whether more edges exist following the set defined by the clients arguments.
ACMEServerPageInfo.hasPreviousPage ● Boolean! non-null scalar
Indicates whether more edges exist prior to the set defined by the clients arguments.
ACMEServerPageInfo.endCursor ● String scalar
Cursor corresponding to the last node in edges.
ACMEServerPageInfo.startCursor ● String scalar
Cursor corresponding to the first node in edges.
Member Of
ACMEServerConnection object