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