UNPKG

@bitblit/ratchet-graphql

Version:

Ratchet tools to simplify use of graphql

10 lines 256 B
export class DefaultGraphqlRatchetEndpointProvider { value; constructor(value) { this.value = value; } fetchGraphqlEndpoint() { return this.value; } } //# sourceMappingURL=default-graphql-ratchet-endpoint-provider.js.map