Getting Started
Credential Advanced
- Overview
- API Credential
- REST Credential
- GraphQL Credential
- Contract Query Credential
GraphQL API
- Overview
- Quest
- Credential
- Space
- Queries
- Examples
- Mutaions
Smart Contract
- Introduction
- Contracts
- Audit Reports
- Subgraph
Space
Find Space details
Arguments
id
: Int
Find Space’s number ID
alias
: String
Space’s alias
Space possible returns
space
id
: ID!
name
: String!
info
: String!
thumbnail
: String!
alias
: String!
links
: String!
banner
: String!
sprints
:SprintConnection!
Arguments
first
: Int
The first n elements from the paginated list.
after
: String
The elements that come after the specified cursor.
isAdminView
: Boolean
Fields
id
: ID!
space
: Space!
name
: String!
startTime
: Int!
endTime
: Int
isVisible
: Boolean!
loyaltyPointsRanks
:LoyaltyPointsRankConnection!
Ranking query under Space
Arguments
sprintId
: Int
Used for passing when querying the season leaderboard.
order
: LoyaltyPointsRankOrder
Sorting rules, you can choose Points or GalxeID
first
: Int
Number of records per page
cursorAfter
: String
Retrieve records after a certain position.
cursorBefore
: String
Retrieve records prior to a certain location.
Fields
totalCount
: Int!
Total Record Count
edges
: [LoyaltyPointsRankEdge!]!
pageInfo
: PageInfo!
An object that’s used to retrieve cursor information about the current page.
list
: [LoyaltyPointsRank!]!
id
: ID!
Record the unique ID
address
: Address
User Information
points
: Int!
rank
: Int!
User points ranking
Was this page helpful?