Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

Returns

getNetworks
[Network!]!
List of supported networks. See Network.

Arguments

This query does not accept any arguments.

Example

query GetNetworks {
  getNetworks {
    id
    name
    networkShortName
  }
}

Playground