Collection
A collection of posts.
Implements
Connections
PostConnection!
)
Lookup posts which are part of the collection.
Argument | Type | Description |
---|---|---|
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. |
last |
Int
|
Returns the last n elements from the list. |
TopicConnection!
)
Look up topics that are associated with the object.
Argument | Type | Description |
---|---|---|
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. |
last |
Int
|
Returns the last n elements from the list. |
Fields
DateTime!
)
Identifies the date and time when collection was created.
String
)
Description of the collection in plain text.
DateTime
)
Identifies the date and time when collection was featured.
Int!
)
Number of users following the collection.
ID!
)
ID of the collection.
Boolean!
)
Whether the viewer is following the collection or not.
String!
)
Name of the collection.
String!
)
Tagline of the collection.
String!
)
Public URL of the goal.
User!
)
User who created the collection.
ID!
)
ID of User who created the collection.