input
: ListCampaignInput (required)
Show arguments
Show arguments
ids
: [ID!]Find Quest’s Hash ID array.spaceId
: ID
Query the Quest under Space through Space ID.first
: IntThe first n elements from the paginated list.after
: StringThe elements that come after the specified cursor.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!]!
Show fields
Show fields
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!]!Show fields
Show fields
id
: ID!unique hash ID
numberID
: Int!unique number ID
name
: String!Quest name
For more information, please jump to the quest introduction.