-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @graphql-codegen/cli@1.19.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @graphql-codegen/cli@1.19.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
10
contributors
Commits on Nov 5, 2020
-
[typescript-react-apollo] prevent baseOptions from being required whe…
…n Mutation is used (#5046) * prevent baseOptions from being required when Mutation is used * fix for examples
Configuration menu - View commit details
-
Copy full SHA for b31ce77 - Browse repository at this point
Copy the full SHA b31ce77View commit details -
chore(release): update monorepo packages versions (#5047)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e12f653 - Browse repository at this point
Copy the full SHA e12f653View commit details
Commits on Nov 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4ec178f - Browse repository at this point
Copy the full SHA 4ec178fView commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aafb0c6 - Browse repository at this point
Copy the full SHA aafb0c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e496e4 - Browse repository at this point
Copy the full SHA 3e496e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6453ff - Browse repository at this point
Copy the full SHA b6453ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 498ce97 - Browse repository at this point
Copy the full SHA 498ce97View commit details -
Configuration menu - View commit details
-
Copy full SHA for d05a5eb - Browse repository at this point
Copy the full SHA d05a5ebView commit details
Commits on Nov 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa5b258 - Browse repository at this point
Copy the full SHA fa5b258View commit details
Commits on Nov 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 07466ca - Browse repository at this point
Copy the full SHA 07466caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41eb64b - Browse repository at this point
Copy the full SHA 41eb64bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71c85f - Browse repository at this point
Copy the full SHA b71c85fView commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7156cda - Browse repository at this point
Copy the full SHA 7156cdaView commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cd03658 - Browse repository at this point
Copy the full SHA cd03658View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c5fc1 - Browse repository at this point
Copy the full SHA e6c5fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 692d8b6 - Browse repository at this point
Copy the full SHA 692d8b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf9346f - Browse repository at this point
Copy the full SHA cf9346fView commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7819534 - Browse repository at this point
Copy the full SHA 7819534View commit details -
fix(vue-apollo): Use empty object as default value to variables param…
…eter instead of question mark when variables of query is all optional (#5076) * fix(vue-apollo): Use default value to variables parameter instead of question mark * update changeset
Configuration menu - View commit details
-
Copy full SHA for 4e0619e - Browse repository at this point
Copy the full SHA 4e0619eView commit details -
Support for
@skip
and@include
directives in `typescript-operatio……ns` (#5017) * testing issue 3836 * remove console.log * test passes, yet others fail * merge with transformPrimitiveFields * merge PrimitiveField * rename and type func. * moving hasConditionalDirectives to utils * remove redundant import * updated types * typed better * dev-test updated * aaply fix to flow * changeset added * use MakeOptional wrapper * test updated * hasConditionalDirectives check improved * updated testing * adding MakeOptional wrapper by condition * rollback flow MakeOptional * . * flow use MakeOptional type on skip/include * declare MakeOptional type * added MakeOptional decleration * flow tests update * tests snapshot update * clean imports * update examples fix compatibility with presets * fix * fixes, update examples Co-authored-by: Dotan Simha <dotansimha@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 475aa9b - Browse repository at this point
Copy the full SHA 475aa9bView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 48f855b - Browse repository at this point
Copy the full SHA 48f855bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a2915 - Browse repository at this point
Copy the full SHA 82a2915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd372a - Browse repository at this point
Copy the full SHA 2bd372aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3512866 - Browse repository at this point
Copy the full SHA 3512866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e6e08 - Browse repository at this point
Copy the full SHA 08e6e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f887e - Browse repository at this point
Copy the full SHA 99f887eView commit details -
Preset for GraphQL-Modules (v1) integration (#3923)
* GraphQL Modules preset * Produce type for resolve middlewares * match version * Support enums * Support InputObject types * Support Scalars * isTypeOf * Support Interfaces * Support Unions * Fixes * Version * Fixes * Fixes * Use key-value objects in resolve middlewares * Moar * Examples * Update snapshot * Tweaks * Middlewares * fixes * more fixes, added changeset * fixes * fixes * Use canary config * changeset * yarn * fix for scalars * added encapsulation, fixed external scalars * fixes * fixes * fixes * fixes * fixes * more fixes * fixes * fixes * fix * added changeset * fixes * bring back custom plugin for scalars * initial support for naming conventions * fixes * fix tests * fixes for enums * force enumsAsTypes to make it simpler to break to pieces * fixes * fixes * bump config package * update all examples * better support for interfaces * added docs docs fixes schema config fixes Co-authored-by: Dotan Simha <dotansimha@gmail.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for faa1397 - Browse repository at this point
Copy the full SHA faa1397View commit details -
chore(release): update monorepo packages versions (#5086)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65b005f - Browse repository at this point
Copy the full SHA 65b005fView commit details
There are no files selected for viewing