# Interactive Schema for Custom Endpoints

Each custom endpoint can be attached its own Interactive schema client, available under the endpoint + `?view=schema` (eg: `/graphql/my-endpoint/?view=schema`).

<div class="img-width-1024" markdown=1>

![Custom endpoint's Interactive schema](../../images/custom-endpoint-interactive-schema.webp "Custom endpoint's Interactive schema")

</div>

The Interactive schema client can be opened when editing the Custom Endpoint, under sidebar panel "Custom Endpoint Overview":

<div class="img-width-1024" markdown=1>

![Custom endpoint's link to the GraphiQL client in the editor](../../images/custom-endpoint-overview-interactive-schema.png "Custom endpoint's link to the GraphiQL client in the editor")

</div>

Likewise, the client can be opened from the Custom Endpoints list page, on link "Interactive schema" when hovering on the entry:

<div class="img-width-1024" markdown=1>

![Custom endpoint's link to the Interactive schema client](../../images/custom-endpoints-actions-interactive-schema.webp "Custom endpoint's link to the Interactive schema client")

</div>
