Cap Collectif Developers - GraphQL API
Query
The query type defines GraphQL operations that retrieve data from the server.
Connections
EventConnection!
)
This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.
Lookup events.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
first |
Int
|
Returns the first n elements from the list.
|
orderBy |
EventOrder
|
Ordering options for events returning from the connection.
|
project |
ID
|
ID of a Project to filter by. If non-null, only events belonging to the project will be returned. |
ProjectConnection!
)
This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.
Lookup projects.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
first |
Int
|
Returns the first n elements from the list.
|
orderBy |
ProjectOrder
|
Ordering options for projects returning from the connection.
|
UserConnection!
)
This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.
Lookup users.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
first |
Int
|
Returns the first n elements from the list.
|