Skip to content

Error: Field 'presentmentPrices' doesn't exist on type 'ProductVariant' #959

Open
@pratikh2o

Description

@pratikh2o

Please complete the checklist before filing an issue:

  • Is this a "how to" question? For questions on how to use the SDK, implement features or other related questions, please use our forums.
  • Is this something you can debug and fix? Create a pull request and contribute! Bug fixes and documentation fixes are welcome. You can read our contribution guidelines for more details.

None of the above? Create an issue. Be sure to include all the necessary information for us to understand and reproduce the problem:

Bug details

Describe the bug
Hi, I am encountering an error while using the shopify-js-buy package version 2.9.0 in my app build process.

To Reproduce

  1. Install and use the shopify-js-buy package version 2.9.0 in your application.
  2. Build the application.
9:21:03 AM: ERROR [
9:21:03 AM:   {
9:21:03 AM:     message: Field 'presentmentPrices' doesn't exist on type 'ProductVariant',
9:21:03 AM:     locations: [
9:21:03 AM:       [Object]
9:21:03 AM:     ],
9:21:03 AM:     path: [
9:21:03 AM:       'fragment VariantFragment',
9:21:03 AM:       'presentmentPrices'
9:21:03 AM:     ],
9:21:03 AM:     extensions: {
9:21:03 AM:       code: 'undefinedField',
9:21:03 AM:       typeName: 'ProductVariant',
9:21:03 AM:       fieldName: 'presentmentPrices'
9:21:03 AM:     }
9:21:03 AM:   }
9:21:03 AM: ]

Framework using nuxtjs
Since yesterday, I have been encountering this error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions