Rest Api and Graphql

Topic summary

A developer who builds small Shopify apps and integrations is confused by documentation suggesting that new apps require GraphQL instead of the REST Admin API. They reference two screenshots from the REST Admin API reference that appear to indicate a GraphQL requirement and mention an “API version 2026,” prompting questions about whether such a version exists and if GraphQL is now mandatory.

Key questions raised:

  • Is GraphQL required for new Shopify apps, or can REST still be used?
  • Does an Admin API version labeled “2026” exist, and how does it fit into Shopify’s versioning?

Context: REST and GraphQL are different API styles (REST uses multiple resource endpoints; GraphQL uses a single endpoint with queries). The screenshots are central to the confusion, but their exact text isn’t included.

Status: No replies yet; clarification is pending and the thread remains open.

Summarized with AI on January 22. AI used: gpt-5.

I am a developer. I create small app and integration with management systems.

I’ve always used REST API, and now I see that new apps require GraphQL.

Now I see these two texts.

I don’t understand. GraphQL is required, but is there API version 2026? I not understand?

Thanks
Ale

The note says “… all public apps must be …”
If you have a custom/private app you may still use REST, but be prepared :slight_smile: