Vertaling van "A GraphQL" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In addition, AWS AppSync now includes built-in support for the Data API, enabling developers to easily create a GraphQL API for their apps backed by Aurora Serverless.
Außerrdem enthält AWS AppSync jetzt integrierte Unterstützung für die Daten-API und ermöglicht Entwicklern die leichte Erstellung einer GraphQL-API für von Aurora Serveless gestützte Anwendungen.
A GraphQL query is comprised of a structured set of fields, for which the server provides corresponding values in its response.
Eine GraphQL-Abfrage besteht aus einem strukturierten Satz von Feldern, für die der Server in seiner Antwort entsprechende Werte zurückliefert.
Query: A GraphQL query is one that simply fetches data from the server.
Abfrage: Eine GraphQL Abfrage ist eine, die einfach holt Daten vom server.
How to setup a graphql schema and what it is
Query variables: These allow us to add parameters to a GraphQL query.
Query-Variablen: Diese erlauben es uns, hinzufügen von Parametern zu einem GraphQL Abfrage.
Customers can now model logical types and automatically create resolvers along with Amazon DynamoDB tables without needing to first write a GraphQL schema.
Kunden können jetzt logische Typen modellieren und Resolver automatisch zusammen mit Amazon DynamoDB-Tabellen erstellen, ohne zuvor ein GraphQL-Schema schreiben zu müssen.
Today, AWS AppSync has released a new flow for provisioning a GraphQL endpoint.
Development of a GraphQL server with Apollo using a variety of different REST APIs (in-house and externally).
Entwicklung eines GraphQL-Servers mit Apollo unter Nutzung einer Vielzahl unterschiedlicher REST-APIs (Inhouse und Extern)
A modern product like this, you'd think a GraphQL API would be a no-brainer, and indeed, they have a beta for it.
Ein modernes Produkt wie dieses, würden Sie denken, eine GraphQL API wäre das ein no-brainer, und in der Tat, Sie haben eine beta für es.
Or, they offer not only a GraphQL API but a way to control and augment what goes into that API.
Oder, Sie bieten nicht nur eine GraphQL-API, sondern eine Weise zu kontrollieren und zu vermehren, was geht in die API.
We will use Postgres as our database and Hasura GraphQL Engine as a GraphQL server that allows us to CRUD the data in Postgres over GraphQL.
Wir verwenden Postgres als unsere Datenbank und Hasura GraphQL Motor als GraphQL server, das es uns ermöglicht CRUD-Daten in Postgres über GraphQL.
Before we look into how to address each of these use cases, let's take a look at the format of a GraphQL query and how our schema is structured.
Bevor wir uns damit beschäftigen, wie wir diese Anwendungsfälle abdecken, werfen wir einen Blick auf das Format einer GraphQL-Abfrage und die Struktur unseres Schemas.
GraphQL engines will be the ORM of future content management systems, bridging the gap between a CMS and a GraphQL API in a nicely decoupled way.