-
Updated
Nov 16, 2020 - PHP
GraphQL
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Here are 300 public repositories matching this topic...
A while back I introduced #871 which gave the ability to provide a custom edge for the @belongsToMany directive. This, in turn, made it possible include pivot custom data within the edge.
I'm realizing now that the @rename directive wasn't taken into account for handling the custom edge data. This should be a very simple fix which I'm happy to tackle. I just wanted to make an issue so I don
-
Updated
Nov 24, 2020 - PHP
-
Updated
Nov 23, 2020 - PHP
-
Updated
Apr 12, 2020 - PHP
-
Updated
Nov 13, 2020 - PHP
-
Updated
Nov 19, 2020 - PHP
-
Updated
Oct 22, 2020 - PHP
-
Updated
Nov 23, 2020 - PHP
-
Updated
Oct 16, 2020 - PHP
-
Updated
Nov 24, 2020 - PHP
-
Updated
Nov 10, 2020 - PHP
NodePrinter tests
-
Updated
Sep 18, 2017 - PHP
-
Updated
Jul 10, 2020 - PHP
-
Updated
Nov 4, 2020 - PHP
-
Updated
Sep 14, 2020 - PHP
-
Updated
Nov 24, 2020 - PHP
The Settings accepts several options which modify permalinks:
- Single endpoint path
- Persisted query base slug
- Other similar ones
We must validate that the input values are correct. Things to watch out for:
- Unsupported chars:
!@#$%*()+='"... - Too long:
thispathistoolongthatthebaseslugcantprocessit - Many instances of
//together:/graphql-query/base//path/
-
Updated
Aug 16, 2020 - PHP
Replace deprecated methods DataSource::resolve_post_object with $context->get_loader('post')->load($id)
-
Updated
Aug 9, 2019 - PHP
-
Updated
Nov 16, 2020 - PHP
-
Updated
Sep 3, 2017 - PHP
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
In the
graphql_map_input_fields_to_wp_queryfilter, the $post_type is the last parameter. This is inconsistent with the othergraphql_map_input_fields_*filters. For example ingraphql_map_input_fields_to_get_termsthe $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of thegraphql_map_input_fields_*filters). For consistency sake, i