resolveRequestEndpoint method

Uri resolveRequestEndpoint()

Resolve the request endpoint.

Implementation

Uri resolveRequestEndpoint() {
  return endpoint.replace(
    pathSegments: [...endpoint.pathSegments, 'graphql'],
  );
}