#
graphql-server
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 12 public repositories matching this topic...
Add WooCommerce support and functionality to your WPGraphQL server
-
Updated
Jun 12, 2020 - PHP
An add-on to Lighthouse to auto-generate CRUD actions from types https://github.com/nuwave/lighthouse
-
Updated
Aug 23, 2019 - PHP
-
Updated
May 26, 2020 - PHP
-
Updated
Jun 13, 2020 - PHP
Template / Boilerplate To build GraphQL API's with Lumen 6
api
graphql
template
boilerplate
laravel
lumen
graphql-server
lumen-framework
graphql-php
api-template
-
Updated
Apr 24, 2020 - PHP
api
graphql-client
graphql
symfony
graphql-server
graphql-schema
sylius
langage
graphql-api
requeteur
une-api-graphql
-
Updated
May 11, 2018 - PHP
micro server of laravel Restful with graphql abilities
-
Updated
Mar 31, 2020 - PHP
The back end server of the laboratory managment system project
-
Updated
Jun 7, 2020 - PHP
GraphQL server with internal and external API
-
Updated
Apr 20, 2019 - PHP
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Currently, in order to register a field to an Edge you have to know the full Edge name, like
RootQueryToPostConnectionEdgeand that's cumbersome.It would be nice to have something like:
register_graphql_edge_field( $fromType, $toType, $fieldName, $config );I think it's easier to know the from/to type than know the fully qualified edge name.