Changes to contracts on Codex proposed by the community of users.
Endpoint: getCommunityNotes
Method: POST
Arguments
Name | Type | Description |
---|---|---|
input | CommunityNotesInput |
Name | Type | Description |
---|---|---|
cursor | String | The cursor to use for pagination. |
filter | CommunityNotesFilter | A set of filters to apply |
limit | Int | The maximum number of community notes to return. |
Response
Name | Type | Description |
---|---|---|
count | Int! | The number of community notes returned. |
cursor | String | A cursor for use in pagination. |
items | [CommunityNote!]! | The list of community notes matching the filter parameters. |