> A GraphQL API is usually just another REST endpoint, e.g. POST /graphql<p>I would call it an HTTP endpoint, not necessarily REST endpoint. GraphQL reminds me SOAP in this regard (one URL that you POST your request to) but GraphQL is more structured/constrained (just a limited set of requests, queries, mutations, etc.).