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

# Network

> A network supported on Defined.

<div data-generated>
  ## GraphQL

  ```
  type Network {
    name: String!
    id: Int!
    networkShortName: String
  }
  ```

  ### Used By

  **Returned by**

  * [getNetworks](/api-reference/queries/getnetworks.md): Returns a list of all networks supported on Codex.
</div>
