topics
Look up Topics 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.
first (
Int)
Returns the first n elements from the list.
followedByUserid (
ID)
Select Topics that are followed by User with the given ID.
last (
Int)
Returns the last n elements from the list.
order (
TopicsOrder)
Define order for the Topics.
query (
String)
Select Topics whose name or aliases match the given string
Return fields
edges (
[TopicEdge!]!)
A list of edges.
nodes (
[Topic!]!)
A list of nodes.
pageInfo (
PageInfo!)
Information to aid in pagination.
totalCount (
Int!)
Total number of objects returned from this query