What is the translation of " GRAPHQL " in Chinese?

一个graphql

Examples of using Graphql in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
GraphQL can be used with any language.
Charmhooks可以用任何语言来实现。
Js you can build a blog engine byproviding your blog content on build time with a GraphQL API.
Js你可以在构建时期通过一个GraphQL来提供你的博客内容来源。
Character is a GraphQL Object Type, meaning it's a type with some fields.
Character是一个GraphQL对象类型,表示其是一个拥有一些字段的类型。
GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.
GraphQL并没有和任何特定数据库或者存储引擎绑定,而是依靠你现有的代码和数据….
Perhaps the data willbe provided by a conventional REST API or GraphQL, or perhaps it will be real-time data through web sockets.
这些数据可能是由传统的RESTAPI或GraphQL提供的数据,也可能是通过Web套接字提供的实时数据。
Every GraphQL service has a query type and don't need to have a mutation type.
一个GraphQL服务都有一个query类型,可能有一个mutation类型。
During the build process, it can extract data from several GraphQL APIs and then use them to create a fully static React client app.
在构建过程中,Gatsby可以从多个GraphQLAPI获取数据,然后使用它们创建一个完全静态的客户端React应用程序。
Every GraphQL service has a query type and may or may not have a mutation type.
一个GraphQL服务都有一个query类型,可能有一个mutation类型。
To make debugging easier, we added logs directly to the GraphQL response payload that expose all of the network requests that the server is making.
为了让调试更简单,我们直接将日志添加到GraphQL响应有效负载中,它公开了服务器发出的所有网络请求。
A GraphQL document has one or more operations, similar to resources in an RESTful API.
一个GraphQL查询可以包含一个或者多个操作(operation),类似于一个RESTfulAPI。
You will explore graph theory,the graph data structure, and GraphQL types before learning hands-on how to build a schema for a photo-sharing application.
你将先后探索图论、图数据结构和GraphQL类型,之后在实际项目中学习如何为照片共享应用构建schema。
A GraphQL object type has a name and fields, but at some point those fields have to resolve to some concrete data.
一个GraphQLobjecttype具有名字和字段,但是在某些时候,这些字段必须解析成某些具体数据。
Here's an example of a GraphQL query, which uses a syntax somewhat similar to JSON:.
这是一个GraphQL查询的示例,它使用的语法有点类似于JSON:.
Every GraphQL service defines a set of types which completely describe the set of possible data you can query on that service.
一个GraphQL服务都会定义一套类型,用以描述你可能从那个服务查询到的数据。
Prisma is a GraphQL database proxy turning a database into a GraphQL API.
Prisma是一个GraphQL语言数据库的代理模块,能将数据库转换成GraphQL语言API接…….
A GraphQL object type has a name and fields, but at some level those fields have to resolve to some particular data.
一个GraphQLobjecttype具有名字和字段,但是在某些时候,这些字段必须解析成某些具体数据。
Once the configuration of both the GraphQL server and the React components is in place, Relay takes over and performs all of the needed operations.
一旦GraphQL服务器和React组件配置到位,Relay将接管并执行所有需要的操作。
GraphQL helps, for example when developing mobile apps, to only load the relevant data and thus reduce the load on the mobile network.
例如,在开发移动应用程序时,graphql有助于只加载相关数据,从而减少移动网络上的负载。
Now you know what a GraphQL object type looks like, and how to read the basics of the GraphQL.
现在你知道一个GraphQL对象类型看上去是怎样,也知道如何阅读基础的GraphQL类型语言了。
The GraphQL server is then responsible for fetching the data from the existing systems and package it up in the GraphQL response format.
然后,GraphQL服务器负责从现有系统中提取数据,并以GraphQL响应格式进行打包。
Every field on a GraphQL object type can have zero or more arguments, for example the length field below:.
GraphQL对象类型上的每一个字段都可能有零个或者多个参数,例如下面的length字段:.
Once a GraphQL service is running(typically at a URL on a web service), it can be sent GraphQL queries to validate and execute.
一旦一个GraphQL服务运行起来(通常在web服务的一个URL上),它就能接收GraphQL查询,并验证和执行。
When a query arrives at the GraphQL server, the server reads the query's payload and fetches the required information from the database.
当查询请求到达GraphQL服务器时,服务器读取查询的载荷并从数据库中提取所需的信息。
A standard GraphQL POST request should use the application/json content type, and include a JSON-encoded body of the following form:.
标准的GraphQLPOST请求应当使用application/json内容类型(contenttype),并包含以下形式JSON编码的请求体:.
If you have seen a GraphQL query before, you know that the GraphQL query language is basically about selecting fields on objects.
如果你之前见到过GraphQL查询,你就知道GraphQL查询语言基本上就是关于选择对象上的字段。
During execution, GraphQL will wait for Promises, Futures, and Tasks to complete before continuing and will do so with optimal concurrency.
在执行期间,GraphQL将等待Promise,Future,和Tasks在继续之前完成,并在最佳并发性的情况下完成.
Not only did adding GraphQL solve the network bandwidth bottleneck, but it also provided numerous other benefits that helped us add features more quickly.
添加GraphQL不仅解决了网络带宽瓶颈问题,而且还提供了许多其他优势,帮助我们更快地添加功能。
New API protocols like GraphQL, gRPC and Kafka will replace the use of resource-based, JSON-encoded, HTTP-transmitted messages in some distributed scenarios.
新的API协议(如GraphQL、gRPC和Kafka)将取代在某些分布式场景中使用基于资源、json编码、HTTP传输的消息。
Results: 28, Time: 0.0243

Top dictionary queries

English - Chinese