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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: 500 when using a fragment on OrderOrCheckout #15568

Open
typeofweb opened this issue Mar 8, 2024 · 0 comments
Open

Bug: 500 when using a fragment on OrderOrCheckout #15568

typeofweb opened this issue Mar 8, 2024 · 0 comments

Comments

@typeofweb
Copy link
Contributor

What are you trying to achieve?

Sending the following fragment causes the GraphQL endpoint to 500:

fragment OrderOrCheckoutLines on OrderOrCheckout {
  ... on Node {
    __typename
  }
}

Steps to reproduce the problem

https://master.staging.saleor.cloud/graphql/#saleor/N4IgjiBcIGYE4EMDmBbApgOwC4AIDycAJmnAQMIAWaAxgNYD2ArlgDICWGaAzjvRvkRLkqdJrmAAdfjgB0c3vwBy9YjknScOAPpasATwAOmBOimaAvlPMhzQA

What did you expect to happen?

Not 500.

Logs

No response

Environment

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant