How to use the auto-relay.AutoRelayConfig function in auto-relay

To help you get started, we’ve selected a few auto-relay examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github wemaintain / auto-relay / tests / helpers / auto-relay-runner.ts View on Github external
public async beforeSuite(configAutoRelay=true) {
    Container.reset();
    
    if(configAutoRelay) {
      new AutoRelayConfig(this.config);
    }

    if(this.runBefore) {
      await this.runBefore();
    }
  }
}

auto-relay

Relay made simple in code-first GraphQL typescript applications

Apache-2.0
Latest version published 2 years ago

Package Health Score

45 / 100
Full package analysis