Clarification needed for Blitz Zero-API #2166
Replies: 2 comments 3 replies
-
Neither, it's RPC. See https://blitzjs.com/docs/rpc-specification for more details.
What this means is that it eliminates the need for you to write and maintain the API
Yes, we have some users taking this approach. Other users are adding a graphql API just for their mobile app. Making mobile app integration first class will be a key focus after 1.0
They were probably saying that many apps don't have a mobile app, but this is becoming less common. And we fully want to address this use case.
"Blitz queries" and "Blitz Mutations" are not GraphQL code. They just use shared naming. But you can add a graphql endpoint and use the blitz queries/mutations as your resolvers.
Blitz doesn't use graphql
May or June of this year. |
Beta Was this translation helpful? Give feedback.
-
Hope the 1.0 would be coming soon. Kindly tell the expected / planned date. |
Beta Was this translation helpful? Give feedback.
-
I have several questions, pl. answer
Taken from blitz web site:
a. What kind of API is it that is auto-generated. Is it REST or GraphQL?
b. Is not the "eliminate-the-need-thing" contradictory to the "generated-API-thing"?
c. Does this mean that both applications written for web browsers and mobile-devices can use the same API? This feature is very important to most of the developers. Kindly explain if Blitz has any limitations in this regard.
d. APIs are very much needed if we are supposed to build both web and mobile app so that we can use the same backend code for different types of applications. Why did someone say that APIs are not needed, kindly explain.
e. A developer (user of Blitz) can write the GraphQL code i.e. mutations, query, etc. Am I right?
f. What exactly is the difference between the GraphQL functionality provided by Blitz and the normal GraphQL from the developer's point of view?
g. Last but not the least, what is the expected date of release of Blitz first stable version?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions