getPostDetails
Get list of PostDetails
getPostDetails(
where: PostDetailsWhere
limit: Int
offset: Int
): [PostDetails!]!
Arguments
getPostDetails.where
● PostDetailsWhere
input
getPostDetails.limit
● Int
scalar
Corresponds to the maximum number of items returned. Can be used in conjunction with “Offset” and “Order” to implement pagination.
getPostDetails.offset
● Int
scalar
Corresponds to the number of items skipped before the first returned result. Can be used in conjunction with “Limit” and “Order” to implement pagination.
Type
PostDetails
object
Post details (language specific)