这是indexloc提供的服务,不要输入任何密码
Skip to content

Discrepancy in CartLineInput and CartLineUpdateInput #103

@austinstoker

Description

@austinstoker

If I try to run ShopifyCart.createCart and I specify line items I get the following error:

    "errors": [
        {
            "message": "Variable $input of type CartInput! was provided invalid value for lines.0.id (Field is not defined on CartLineInput)",
            "locations": [
                {
                    "line": 1,
                    "column": 44
                }
            ],
......
                "problems": [
                    {
                        "path": [
                            "lines",
                            0,
                            "id"
                        ],
                        "explanation": "Field is not defined on CartLineInput"
                    }
                ]
            }
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions