Building on HF
3980.2
TFLOPS
118
followers
ยท
62 following
AI & ML interests
None yet
Recent Activity
reacted
to
their
post
with ๐
about 11 hours ago
GraphQL support in Voiden
GraphQL has steadily gained popularity among developers and serves as a powerful query language for your API with a server-side runtime to execute those queries.
Unlike traditional REST APIs, GraphQL lets clients specify exactly what data they need, fetching just that data in a single request, and its strongly-typed schema ensures responses follow a well-defined format .
By allowing clients to select only the fields they require, GraphQL eliminates the over-fetching issues common in REST APIs .
Many developers in our community have asked for GraphQL support, so we have now added it in the latest Voiden release.
What does this mean for you?
- Test and document GraphQL queries and mutations side-by-side with your REST and WebSocket APIs.
- Keep everything in one file-centric, Git-native workflow.
- Use reusable blocks and version control for GraphQL requests, just like any other API call.
- Benefit from a unified environment for all your API design, testing, and documentation.
At Voiden, we believe API work should be treated like code, and that includes protocols like GraphQL.
Try the beta here : https://voiden.md/beta
reacted
to
their
post
with ๐ฅ
about 11 hours ago
GraphQL support in Voiden
GraphQL has steadily gained popularity among developers and serves as a powerful query language for your API with a server-side runtime to execute those queries.
Unlike traditional REST APIs, GraphQL lets clients specify exactly what data they need, fetching just that data in a single request, and its strongly-typed schema ensures responses follow a well-defined format .
By allowing clients to select only the fields they require, GraphQL eliminates the over-fetching issues common in REST APIs .
Many developers in our community have asked for GraphQL support, so we have now added it in the latest Voiden release.
What does this mean for you?
- Test and document GraphQL queries and mutations side-by-side with your REST and WebSocket APIs.
- Keep everything in one file-centric, Git-native workflow.
- Use reusable blocks and version control for GraphQL requests, just like any other API call.
- Benefit from a unified environment for all your API design, testing, and documentation.
At Voiden, we believe API work should be treated like code, and that includes protocols like GraphQL.
Try the beta here : https://voiden.md/beta
reacted
to
their
post
with ๐ค
about 11 hours ago
GraphQL support in Voiden
GraphQL has steadily gained popularity among developers and serves as a powerful query language for your API with a server-side runtime to execute those queries.
Unlike traditional REST APIs, GraphQL lets clients specify exactly what data they need, fetching just that data in a single request, and its strongly-typed schema ensures responses follow a well-defined format .
By allowing clients to select only the fields they require, GraphQL eliminates the over-fetching issues common in REST APIs .
Many developers in our community have asked for GraphQL support, so we have now added it in the latest Voiden release.
What does this mean for you?
- Test and document GraphQL queries and mutations side-by-side with your REST and WebSocket APIs.
- Keep everything in one file-centric, Git-native workflow.
- Use reusable blocks and version control for GraphQL requests, just like any other API call.
- Benefit from a unified environment for all your API design, testing, and documentation.
At Voiden, we believe API work should be treated like code, and that includes protocols like GraphQL.
Try the beta here : https://voiden.md/beta
View all activity
Organizations
view post
GraphQL support in Voiden GraphQL has steadily gained popularity among developers and serves as a powerful query language for your API with a server-side runtime to execute those queries. Unlike traditional REST APIs, GraphQL lets clients specify exactly what data they need, fetching just that data in a single request, and its strongly-typed schema ensures responses follow a well-defined format . By allowing clients to select only the fields they require, GraphQL eliminates the over-fetching issues common in REST APIs . Many developers in our community have asked for GraphQL support, so we have now added it in the latest Voiden release. What does this mean for you? - Test and document GraphQL queries and mutations side-by-side with your REST and WebSocket APIs. - Keep everything in one file-centric, Git-native workflow. - Use reusable blocks and version control for GraphQL requests, just like any other API call. - Benefit from a unified environment for all your API design, testing, and documentation. At Voiden, we believe API work should be treated like code, and that includes protocols like GraphQL. Try the beta here : https://voiden.md/beta
See translation
What Are Reusable Blocks in Voiden?