Skip to content
#

graphql-api

graphql logo

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 455 public repositories matching this topic...

api-platform
jvigneron
jvigneron commented Nov 28, 2019

Description
Remove any google fonts dependency from api-platform.

Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?

Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds

morpheus-graphql
leoloso
leoloso commented Jan 3, 2021

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/

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest