> ## Documentation Index
> Fetch the complete documentation index at: https://gateway-draft.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch all issuers

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