> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CommunityNotesInput

> Input type of `getCommunityNotes`.

<div data-generated>
  ## GraphQL

  ```
  input CommunityNotesInput {
    filter: CommunityNotesFilter
    limit: Int
    cursor: String
  }

  enum ContractType {
    TOKEN
    WALLET
  }

  enum CommunityNoteType {
    ATTRIBUTE
    SCAM
    LOGO
  }

  input CommunityNotesFilter {
    address: String
    contractType: ContractType
    networkId: [Int]
    proposalType: CommunityNoteType
  }
  ```

  ### Used By

  **Used as input by**

  * [getCommunityNotes](/api-reference/queries/getcommunitynotes.md): Returns community gathered notes.
</div>
