Skip to main content

Documentation Index

Fetch the complete documentation index at: https://gateway-draft.mintlify.app/llms.txt

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

query {
  issuersByDataModel(id: "9f27397e-27f2-4c30-b1b7-829371de4df5") {
    issuer {
      ... on User {
        __typename
        id
        gatewayId
      }
      ... on Organization {
        __typename
        id
        gatewayId
      }
    }
    count
  }
}