Chain

Metadata of the chains in which the API is enabled.

query ChainsQuery {
  chains {
    name
    namespace
    reference
    uuid
  }
}

Last updated