-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: dotansimha/graphql-code-generator
base: v1.7.0
head repository: dotansimha/graphql-code-generator
compare: v1.8.0
Commits on Aug 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 68f8f27 - Browse repository at this point
Copy the full SHA 68f8f27View commit details
Commits on Aug 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5622098 - Browse repository at this point
Copy the full SHA 5622098View commit details
Commits on Aug 25, 2019
-
Fix importDocumentNodeExternallyFrom on CRA TypeScript
When using graphql-codegen with CRA I tried to use `importDocumentNodeExternallyFrom: near-operation-file` with in-source-code documents becuase I don't wanna separate document file(`.graphql`) from component code. in my config: ```yaml documents: - src/**/*.{ts,tsx} - '!src/**/*.generated.{ts,tsx}' generates ./src/generated/types.ts: plugins: - typescript - typescript-resolvers ./src/: preset: near-operation-file presetConfig: extension: .generated.tsx baseTypesPath: generated/types.ts plugins: - typescript-operations - typescript-react-apollo config: gqlImport: graphql.macro#gql documentMode: external importDocumentNodeExternallyFrom: near-operation-file reactApolloVersion: 3 withComponent: false withHOC: false withHooks: true ``` But I got an error: `An import path cannot end with a '.tsx' extension` I couldn't find a way to suppress/ignore the specific line without eject CRA or this change. CRA is force my tsconfig.json compilerOptions.moduleResolution to be `node`.
Configuration menu - View commit details
-
Copy full SHA for 1358820 - Browse repository at this point
Copy the full SHA 1358820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b09b42 - Browse repository at this point
Copy the full SHA 3b09b42View commit details
Commits on Sep 2, 2019
-
Update dependency apollo-server to v2.9.3 (#2479)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 6229511 - Browse repository at this point
Copy the full SHA 6229511View commit details -
Update dependency husky to v3.0.5 (#2478)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 40154b2 - Browse repository at this point
Copy the full SHA 40154b2View commit details -
Update dependency @material-ui/core to v4.4.0 (#2476)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for fc22ed2 - Browse repository at this point
Copy the full SHA fc22ed2View commit details -
Update dependency jest to v24.9.0 (#2475)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 21c9fa0 - Browse repository at this point
Copy the full SHA 21c9fa0View commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3d2f020 - Browse repository at this point
Copy the full SHA 3d2f020View commit details -
Update dependency graphql-toolkit to v0.5.12 (#2485)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for b61c644 - Browse repository at this point
Copy the full SHA b61c644View commit details -
preset [
import-types
] package dependencies correction (#2482)* update dependencies * correction and cleanup * correction and cleanup
Configuration menu - View commit details
-
Copy full SHA for 969ddf4 - Browse repository at this point
Copy the full SHA 969ddf4View commit details -
Update dependency urql to v1.4.1 (#2481)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for cd06f0c - Browse repository at this point
Copy the full SHA cd06f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba9b841 - Browse repository at this point
Copy the full SHA ba9b841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 764d1eb - Browse repository at this point
Copy the full SHA 764d1ebView commit details -
Use The Guild's contact api (#2483)
* Use The Guild's website contact api * Use The Guild's contact api * Project to String * Dotan wants, Dotan gets * Use the-guild.dev * No sendmail
Configuration menu - View commit details
-
Copy full SHA for 1b42ab3 - Browse repository at this point
Copy the full SHA 1b42ab3View commit details -
remove stub package as peer dependency
Configuration menu - View commit details
-
Copy full SHA for 291848e - Browse repository at this point
Copy the full SHA 291848eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b8a14 - Browse repository at this point
Copy the full SHA d7b8a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for a356e78 - Browse repository at this point
Copy the full SHA a356e78View commit details -
fix(visitor-plugin-common): also include empty selection set types/ge…
…nerate valid type output
Configuration menu - View commit details
-
Copy full SHA for d1c2438 - Browse repository at this point
Copy the full SHA d1c2438View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d49dbba - Browse repository at this point
Copy the full SHA d49dbbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf87c2 - Browse repository at this point
Copy the full SHA dbf87c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d187ac1 - Browse repository at this point
Copy the full SHA d187ac1View commit details
Commits on Sep 4, 2019
-
Update dependency @microsoft/tsdoc to v0.12.14 (#2494)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for c1e61fc - Browse repository at this point
Copy the full SHA c1e61fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 139e7d8 - Browse repository at this point
Copy the full SHA 139e7d8View commit details
Commits on Sep 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for faf364b - Browse repository at this point
Copy the full SHA faf364bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ed88b - Browse repository at this point
Copy the full SHA 89ed88bView commit details
Commits on Sep 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2eacf50 - Browse repository at this point
Copy the full SHA 2eacf50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5606339 - Browse repository at this point
Copy the full SHA 5606339View commit details
Commits on Sep 8, 2019
-
Update Node.js to v12.10.0 (#2512)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 460cd79 - Browse repository at this point
Copy the full SHA 460cd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a4582 - Browse repository at this point
Copy the full SHA f4a4582View commit details -
Update dependency @material-ui/core to v4.4.1 (#2514)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 09e293d - Browse repository at this point
Copy the full SHA 09e293dView commit details
Commits on Sep 9, 2019
-
Update dependency @types/request to v2.48.3 (#2517)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 8c70bf5 - Browse repository at this point
Copy the full SHA 8c70bf5View commit details -
Merge branch 'fix-external-doc-import' of https://github.com/cometkim…
…/graphql-code-generator into cometkim-fix-external-doc-import
Configuration menu - View commit details
-
Copy full SHA for d20d0ca - Browse repository at this point
Copy the full SHA d20d0caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 607c71a - Browse repository at this point
Copy the full SHA 607c71aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec72c2 - Browse repository at this point
Copy the full SHA 5ec72c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18147be - Browse repository at this point
Copy the full SHA 18147beView commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f98e84 - Browse repository at this point
Copy the full SHA 0f98e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e56da - Browse repository at this point
Copy the full SHA b4e56daView commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1a90ee0 - Browse repository at this point
Copy the full SHA 1a90ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 356903b - Browse repository at this point
Copy the full SHA 356903bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d15967b - Browse repository at this point
Copy the full SHA d15967bView commit details -
Update dependency @types/node to v10.14.18 (#2528)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for d022cd4 - Browse repository at this point
Copy the full SHA d022cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaabd17 - Browse repository at this point
Copy the full SHA aaabd17View commit details
Commits on Sep 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f8c5def - Browse repository at this point
Copy the full SHA f8c5defView commit details -
Update dependency graphql-toolkit to v0.5.13 (#2539)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 08c99ca - Browse repository at this point
Copy the full SHA 08c99caView commit details -
Update dependency aws-sdk to v2.527.0 (#2535)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for ae6d767 - Browse repository at this point
Copy the full SHA ae6d767View commit details -
Update dependency @material-ui/core to v4.4.2 (#2537)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for f0349b9 - Browse repository at this point
Copy the full SHA f0349b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a1fa1 - Browse repository at this point
Copy the full SHA f6a1fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc2dc51 - Browse repository at this point
Copy the full SHA bc2dc51View commit details -
Merge branch 'test-2489' of https://github.com/n1ru4l/graphql-code-ge…
…nerator into n1ru4l-test-2489
Configuration menu - View commit details
-
Copy full SHA for 6478b87 - Browse repository at this point
Copy the full SHA 6478b87View commit details
There are no files selected for viewing