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

# LaunchpadFilterScope

> The launchpad document scope to read. Global rollup documents duplicate their per-network documents, so a query always reads exactly one scope.

<div data-generated>
  ## GraphQL

  ```
  enum LaunchpadFilterScope {
    network
    global
  }
  ```

  ### Used By

  **Returned by**

  * [filterLaunchpads](/api-reference/queries/filterlaunchpads.md): Returns a list of launchpads based on a variety of filters.

  **Used as input by**

  * [filterLaunchpads](/api-reference/queries/filterlaunchpads.md): Returns a list of launchpads based on a variety of filters.
</div>
