UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

9 lines 219 B
export class AuthorizationProvider { constructor(hydrator) { this.hydrator = hydrator; } hydrate(data) { return this.hydrator(data); } } //# sourceMappingURL=authorization-provider.js.map