Skip to content
#

apollographql

Here are 433 public repositories matching this topic...

omainegra
omainegra commented Jul 23, 2020

Is your feature request related to a problem? Please describe.

  • Many projects include a JS target. Supporting JS targets will increase Apollo’s viability when being considered for multi-platform projects.
  • It is not straightforward to use Apollo in projects that include a JS target. This is due to the apollo-runtme-kotlin artifact, which can’t be used in commonMain. One workaround is
apollo-angular
graphback
craicoverflow
craicoverflow commented Oct 1, 2020

Problem

All test files have the following naming convention:

/tests/*Test.ts

Examples:

  • KnexDbDataProviderTest.ts
  • CRUDServiceTest.ts
  • createInMemoryFilterPredicateTest.ts

It is difficult to differentiate a test file from a regular module file at a glance, for example:

createInMemoryFilterPredicateTest.ts compared to createInMemoryFilterPredicate.ts.

Sol

Improve this page

Add a description, image, and links to the apollographql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apollographql topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.