Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some refactor #3229

Merged
merged 21 commits into from Jul 26, 2021
Merged

Some refactor #3229

merged 21 commits into from Jul 26, 2021

Conversation

ardatan
Copy link
Owner

@ardatan ardatan commented Jul 26, 2021

馃毃 IMPORTANT: Please do not create a Pull Request without creating an issue first.

Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Related # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Screenshots/Sandbox (if appropriate/relevant):

Adding links to sandbox or providing screenshots can help us understand more about this PR and take action on it as appropriate

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Environment:

  • OS:
  • @graphql-tools/...:
  • NodeJS:

Checklist:

  • I have followed the CONTRIBUTING doc and the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests and linter rules pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

No need for deepMerge

use createDefaultExecutor

Few improvements

workflow_dispatch

Not only master

refactor(stitchingInfo): shift more calculation to build time (#3199)

-- run collectFields on selectionSet hints at build time
-- use a fieldNode cache at build time so that at run time we can collect unique fieldNodes simply by using a Set

Use collectFields and ExecutionContext from graphql-js (#3200)

refactor: use Set to avoid repetition (#3202)

* use Set to deduplicate

* further refactor

refactor ExpandAbstractTypes as PrepareGatewayRequest

will consolidate remaining pre-user supplied transforms into this transform to hopefully reduce repetition

also adds memoization of schema metadata

small refactors

add visitorKeys argument

small refactor

import WrapConcreteFields into PrepareGatewayRequest

this does not use the same visitors and does not visit beneath fields, so can just be inlined

info should be optional in DelegationContext

fix types

Consolidate VisitSelectionSets

rename var

internalize PrepareGatewayDocument as transform

as prepareGatewayDocument function

move varName generator out of loop

to prevent recurrent looping

refactor AddArgumentsAsVariables

rename AddArgumentsAsVariables

to FinalizeGatewayRequest to consolidate post custom transforms

arguments should be added to target final targetSchema

not transformedSchema

move FilterToSchema tests to delegate package

starting refacotr of FilterToSchema

add visitorArgs

also -- unfortunately -- requires another visit pass to properly remove variables if an object or interface field does not have selections -- another approach could be to keep track of variable uses, and subtract at the end of the first pass

integrate FilterToSchema into FinalizeGatewayRequest

fold AddTypenameToAbstract into FinalizeGatewayRequest

extract finalizeGatewayRequest function from the transform

retire all delegation transforms

fix build

typo

Experiment LRU Cache

More promise

LRU with Refactor

Fix TS Build

Try

Print instead

More cache

Use JSON.stringify?

Fix caching
@changeset-bot
Copy link

changeset-bot bot commented Jul 26, 2021

馃 Changeset detected

Latest commit: 695973b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 26 packages
Name Type
@graphql-tools/utils Major
@graphql-tools/batch-delegate Patch
@graphql-tools/batch-execute Patch
@graphql-tools/delegate Patch
@graphql-tools/graphql-tag-pluck Patch
@graphql-tools/links Patch
@graphql-tools/load Patch
@graphql-tools/merge Patch
@graphql-tools/mock Patch
@graphql-tools/node-require Patch
@graphql-tools/relay-operation-optimizer Patch
@graphql-tools/resolvers-composition Patch
@graphql-tools/schema Patch
@graphql-tools/stitch Patch
@graphql-tools/stitching-directives Patch
@graphql-tools/wrap Patch
@graphql-tools/apollo-engine-loader Patch
@graphql-tools/code-file-loader Patch
@graphql-tools/git-loader Patch
@graphql-tools/github-loader Patch
@graphql-tools/graphql-file-loader Patch
@graphql-tools/json-file-loader Patch
@graphql-tools/module-loader Patch
@graphql-tools/prisma-loader Patch
@graphql-tools/url-loader Patch
federation-benchmark Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@theguild-bot
Copy link
Collaborator

theguild-bot commented Jul 26, 2021

The latest changes of this PR are available as alpha in npm (based on the declared changesets):

@graphql-tools/batch-delegate@7.0.3-alpha-13dda459.0
@graphql-tools/batch-execute@7.1.3-alpha-13dda459.0
@graphql-tools/delegate@7.1.6-alpha-13dda459.0
@graphql-tools/graphql-tag-pluck@6.5.2-alpha-13dda459.0
graphql-tools@7.0.6-alpha-13dda459.0
@graphql-tools/links@7.1.1-alpha-13dda459.0
@graphql-tools/load@6.2.9-alpha-13dda459.0
@graphql-tools/apollo-engine-loader@6.2.6-alpha-13dda459.0
@graphql-tools/code-file-loader@6.3.2-alpha-13dda459.0
@graphql-tools/git-loader@6.2.7-alpha-13dda459.0
@graphql-tools/github-loader@6.2.6-alpha-13dda459.0
@graphql-tools/graphql-file-loader@6.2.8-alpha-13dda459.0
@graphql-tools/json-file-loader@6.2.7-alpha-13dda459.0
@graphql-tools/module-loader@6.2.8-alpha-13dda459.0
@graphql-tools/prisma-loader@6.3.1-alpha-13dda459.0
@graphql-tools/url-loader@6.10.2-alpha-13dda459.0
@graphql-tools/merge@6.2.15-alpha-13dda459.0
@graphql-tools/mock@8.1.4-alpha-13dda459.0
@graphql-tools/node-require@6.2.5-alpha-13dda459.0
@graphql-tools/relay-operation-optimizer@6.3.1-alpha-13dda459.0
@graphql-tools/resolvers-composition@6.2.9-alpha-13dda459.0
@graphql-tools/schema@7.1.6-alpha-13dda459.0
@graphql-tools/stitch@7.5.4-alpha-13dda459.0
@graphql-tools/stitching-directives@1.3.4-alpha-13dda459.0
@graphql-tools/utils@8.0.0-alpha-13dda459.0
@graphql-tools/wrap@7.0.9-alpha-13dda459.0

@ardatan ardatan marked this pull request as ready for review July 26, 2021 14:04
@ardatan ardatan merged commit 8c8d4fc into master Jul 26, 2021
@ardatan ardatan deleted the arda-refactor branch July 26, 2021 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants