posts
Look up Posts by various parameters.
Arguments
String
)
Returns the elements in the list that come after the specified cursor.
String
)
Returns the elements in the list that come before the specified cursor.
Boolean
)
Select Posts that have been featured or not featured depending on given value.
Int
)
Returns the first n elements from the list.
Int
)
Returns the last n elements from the list.
PostsOrder
)
Define order for the Posts.
DateTime
)
Select Posts which were posted after the given date and time.
DateTime
)
Select Posts which were posted before the given date and time.
String
)
Select Posts that have the given slug as one of their topics.
String
)
Select Posts that have the given twitter url.
String
)
Select Posts that have the given url.
Return fields
[PostEdge!]!
)
A list of edges.
[Post!]!
)
A list of nodes.
PageInfo!
)
Information to aid in pagination.
Int!
)
Total number of objects returned from this query