# GraphiQL for Custom Endpoints

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

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

![Custom endpoint's GraphiQL client](../../images/custom-endpoint-graphiql.png "Custom endpoint's GraphiQL client")

</div>

The GraphiQL 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-graphiql.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 "GraphiQL" when hovering on the entry:

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

![Custom endpoint's link to the GraphiQL client in the list](../../images/custom-endpoints-actions-graphiql.webp "Custom endpoint's link to the GraphiQL client in the list")

</div>
