Are the same writing, why the first gql can be executed normally, the second gql error: “You must use an allowed mutation name.”
Topic summary
A user encounters a GraphQL error stating “You must use an allowed mutation name” when executing a second query, while the first GraphQL query runs successfully.
The post includes a screenshot showing both queries, with the error appearing specifically on the second execution.
Key Question:
- Why does the identical GraphQL syntax work initially but fail on subsequent attempts?
Status: The issue remains unresolved with no responses yet. The error suggests potential restrictions on mutation naming conventions or rate limiting in Shopify’s GraphQL API, though the exact cause is unclear without seeing the specific mutation names being used.
