CFsAPI
a small API that sends anime/hentai images in JSON (by CFCorp)
OverblogGraphQLBundle
This bundle provides tools to build a complete GraphQL API server in your Symfony App. (by overblog)
CFsAPI | OverblogGraphQLBundle | |
---|---|---|
1 | 2 | |
18 | 782 | |
- | 0.4% | |
0.0 | 7.7 | |
over 3 years ago | 6 days ago | |
PHP | PHP | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CFsAPI
Posts with mentions or reviews of CFsAPI.
We have used some of these posts to build our list of alternatives
and similar projects.
OverblogGraphQLBundle
Posts with mentions or reviews of OverblogGraphQLBundle.
We have used some of these posts to build our list of alternatives
and similar projects.
-
How to execute multiple GraphQL mutations in a transaction using Overblog GraphQL Bundle
By specification, GraphQL allows us to send multiple mutations in a single request and these mutations will be executed in the order in which they were sent. GraphQL specification doesn't guarantee us that if some of these mutations fail, all others will fail as well. In other words, GraphQL doesn't specify that all mutations should be executed in the transactions. Luckily, this can be easily enabled in the Overblog GraphQL Bundle using built-in events.
-
Access control in GraphQL using Symfony
Authorization is part of almost any web application and controlling access to specific data is essential for application security. The same goes for GraphQL APIs and with help of Overblog's GraphQL Bundle, this can be done easily.