Arguments
input
: ListCampaignInput (required)
ids
: [ID!]
Find Quest’s Hash ID array.
spaceId
: ID
Query the Quest under Space through Space ID.
first
: Int
The first n elements from the paginated list.
after
: String
The elements that come after the specified cursor.
Quests possible returns
When Quest is set to Private status, it will not appear under batch query, which does not depend on whether you have space admin permissions.
campaigns
list
: [CampaignConnection!]!
totalCount
: Int!
The total number of campaigns under the current query, calculating the Private portion.
edges
: [CampaignEdge!]!
pageInfo
: PageInfo!
An object that’s used to retrieve cursor information about the current page.
list
: [Campaign!]!
id
: ID!
unique hash ID
numberID
: Int!
unique number ID
name
: String!
Quest name
For more information, please jump to the quest introduction.