> ## 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.

# CommunityNoteType

> Type of the community gathered note.

<div data-generated>
  ## GraphQL

  ```
  enum CommunityNoteType {
    ATTRIBUTE
    SCAM
    LOGO
  }
  ```

  ### Used By

  **Returned by**

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

  **Used as input by**

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