Skip to content

Commit

Permalink
Pluck from @apollo/client/core and apollo-angular (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jul 27, 2020
1 parent a76a752 commit e6cb2c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/graphql-tag-pluck/src/visitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ const defaults: GraphQLTagPluckOptions = {
name: '@apollo/client',
identifier: 'gql',
},
{
name: '@apollo/client/core',
identifier: 'gql',
},
{
name: 'apollo-angular',
identifier: 'gql',
},
{
name: 'gatsby',
identifier: 'graphql',
Expand Down

0 comments on commit e6cb2c7

Please sign in to comment.