npm graphql-tag-pluck 0.5.0
Version 0.5.0

latest releases: 0.8.7, 0.8.6, 0.8.5...
5 years ago

Transformation options may also be provided:

  • defaultGqlIdentifierName - The default GraphQL string parser identifier to look for. Defaults to gql, unless imported as something else from the graphql-tag package. This behavior can also be changed, see the gqlPackName option.

  • gqlMagicComment - The magic comment anchor to look for when parsing GraphQL strings. Defaults to graphql, which may be translated into /* GraphQL */ in code.

  • gqlPackName - The name of the package that is responsible for exporting the GraphQL string parser function. Defaults to graphql-tag.

I recommend you to look at the source code for a clearer understanding of the transformation options.

Don't miss a new graphql-tag-pluck release

NewReleases is sending notifications on new releases.