Branch: master
-
- apollo-link-state@0.4.2 - async@0.0.3 - todos-schema@0.0.2 - todos@0.0.2
-
Allow providing resolvers via function (#293)
Additionally remove unused definitions in tests
-
Merge pull request #284 from mohsen1/allow-document-node-typedefs
Allow DocumentNode to be passed as typeDefs
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Unverified
The key that signed this is expired.GPG key ID: 88AF586817F52EEC Learn about signing commits -
add ignore of graphql in browser bundle
evans committedSep 13, 2018 Unverified
The key that signed this is expired.GPG key ID: 88AF586817F52EEC Learn about signing commits -
Add note about why import print is reasonable
evans committedSep 13, 2018 Unverified
The key that signed this is expired.GPG key ID: 88AF586817F52EEC Learn about signing commits -
evans committed
Sep 13, 2018 Unverified
The key that signed this is expired.GPG key ID: 88AF586817F52EEC Learn about signing commits -
Ignore precommit prettier for package.json file
evans committedSep 13, 2018 Unverified
The key that signed this is expired.GPG key ID: 88AF586817F52EEC Learn about signing commits -
evans committed
Sep 13, 2018 Unverified
The key that signed this is expired.GPG key ID: 88AF586817F52EEC Learn about signing commits -
evans committed
Sep 13, 2018 Unverified
The key that signed this is expired.GPG key ID: 88AF586817F52EEC Learn about signing commits
-
evans committed
Sep 13, 2018 Unverified
The key that signed this is expired.GPG key ID: 88AF586817F52EEC Learn about signing commits
-
Merge pull request #244 from bennypowers/patch-1
Fix Error when Bundling with Rollup
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #264 from apollographql/test-updates
Update out of date jest snapshot
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update snapshot to match recent test changes
The existing jest snapshot was a bit out of date, causing failed tests.
-
Stop prettier from mangling *.json files
hwillson committedJun 20, 2018 Prettier's opinionated approach to handling JSON files is really kinda horrible. We disabled this in `apollo-client` so we might as well do the same thing here.
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.fbartho Frederic Barthelemy
GPG key ID: 6FF43C49A5D473EF Learn about signing commits -
Merge pull request #258 from const86/bug/257
Pass fragment matcher to graphql()
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #251 from apollographql/fb/graphql_nested_aliases
Add Support for nested GraphQL aliased fields
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
-
Fix Error when Bundling with Rollup
When bundling apollo-link-state with rollup, this error is thrown: ``` [!] Error: 'graphql' is not exported by node_modules/graphql-anywhere/lib/async.js ``` This PR should fix that error
-
Merge pull request #256 from const86/bug/249
Mirror behavior of forwarded result observable
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.fbartho Frederic Barthelemy
GPG key ID: 6FF43C49A5D473EF Learn about signing commits -
Merge pull request #260 from const86/bug/259
Upgrade graphql to 0.12 and fix tests failures
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
-
-
-
Pass fragment matcher to graphql()
Needed in cases when selection set contains inline fragments. Without fragment matcher graphql() runs attempts to resolve all fields and fails.
-
Mirror behavior of forwarded result observable
In other words, do not complete on first result. This enables subscriptions.
-
Verified
This commit was signed with a verified signature.fbartho Frederic Barthelemy
GPG key ID: 6FF43C49A5D473EF Learn about signing commits