HTTP methods the shared transport accepts.
GraphQL providers use POST only; REST providers additionally use GET, PUT, and DELETE. The union is shared so hooks and error contexts stay provider-agnostic.
POST
GET
PUT
DELETE
sendRequest
HTTP methods the shared transport accepts.
GraphQL providers use
POSTonly; REST providers additionally useGET,PUT, andDELETE. The union is shared so hooks and error contexts stay provider-agnostic.