• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

satanTime / ngrx-entity-relationship / 822dd584-4965-4e31-9224-d8106dcb24d3

07 Nov 2023 09:30PM CUT coverage: 100.0%. Remained the same
822dd584-4965-4e31-9224-d8106dcb24d3

Pull #1980

circleci

web-flow
chore(deps): update react monorepo
Pull Request #1980: chore(deps): update react monorepo (patch)

443 of 443 branches covered (100.0%)

Branch coverage included in aggregate %.

680 of 680 relevant lines covered (100.0%)

33.45 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/libs/ngrx-entity-relationship/graphql/src/lib/toQuery.ts
1
import {toTerm} from './toTerm';
2

3
export function toQuery(toGraphQL: string): string;
4
export function toQuery(
5
    variables: {
6
        [key: string]: 'ID' | 'ID!' | 'String!' | 'String' | 'Boolean!' | 'Boolean' | string;
7
    },
8
    toGraphQL: string,
9
): string;
10
export function toQuery(...args: Array<any>): string {
11
    return toTerm('query', ...args);
2✔
12
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc