What is the translation of " GRAPHQL " in Vietnamese?

Noun

Examples of using Graphql in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Learn about GraphQL.
Tìm hiểu về GraphQL.
Use GraphQL to REST.
Sử dụng GraphQL để REST.
Can we do it without GraphQL?
Bạn có thể làm vậy không DuyPham?
Using of graphql service within desktop application that“follows” MVVM and DDD.
Sử dụng dịch vụ graphql trong ứng dụng máy tính để bàn mà theo sau MVVM và DDD.
We would love to hear about what you think about GraphQL.
Chúng tôi rất thích nghe những gì bạn nghĩ về Flipboard.
The popularity of GraphQL is growing rapidly and large companies such as Twitter, Shopify and Amazon have already started working with the technology.
Sự phổ biến của GraphQL đang tăng nhanh và các công ty lớn như Twitter, Shopify và Amazon đã bắt đầu làm việc với công nghệ này.
Gatsby is a static site generator using React and GraphQL.
Gatsby là một static-page tuyệt vời sử dụng React và GraplQL.
The most basic components of a GraphQL schema are object types, which just represent a kind of object you can fetch from your service, and what fields it has.
Các component cơ bản nhất của GraphQL schema là các loại đối tượng, chỉ đại diện cho một loại đối tượng mà bạn có thể lấy ra từ dịch vụ của mình và những trường nào nó có.
How to iterate through data from a JSON file in VueJS/Gridsome using GraphQL?
Làm cách nào để lặp lại thông qua dữ liệu từ tệp JSON trong VueJS/ Gridsome bằng GraphQL?
One of the important differences between a REST API and GraphQL, is that GraphQL offers the possibility to specify exactly which data you want to get back from the API.
Một trong những khác biệt quan trọng giữa API REST và GraphQL, đó là GraphQL cung cấp khả năng chỉ định chính xác dữ liệu nào bạn muốn lấy lại từ API.
Relay doesn't care how the data is stored aslong as the data is provided through a specific GraphQL interface.
Relay không quan tâm đến cách dữ liệu được lưu trữ miễnlà dữ liệu được cung cấp thông qua một giao diện SemaltQL cụ thể.
In this demonstration, you and me will build a simple GraphQL endpoint then try to layer it on top of several types of data access layer like Mysql DAL, ORM, Rest API, etc.
Trong phiên thảo luận này, chúng ta sẽ xây dựng một endpoint GraphQL đơn giản sau đó thử đặt layer này lên trên một số loại layer truy cập dữ liệu như Mysql DAL, ORM, Rest API, v. v.
All the types that are exposed in anAPI are written down in a schema using the GraphQL Schema Definition Language(SDL).
Tất cả các kiểu dữ liệu trong một APIđược định nghĩa trong một schema bằng SDL( Schema Definition Language) của GraphQL.
It might be too early to put GraphQL into production, especially if an organization's API is already done, but 2019 is the year to get up to speed on the concepts of GraphQL.
Có thể còn quá sớm để đưa GraphQL vào sản xuất, đặc biệt là nếu một tổ chức API API đã được thực hiện, nhưng năm 2019 là năm để bắt kịp tốc độ của các khái niệm về GraphQL.
Follow us on GitHub and Medium, we are planning to release many more posts in the nextcouple of weeks about what we have learned using GraphQL in recent years.
Theo dõi chúng tôi trên GitHub và Medium, chúng tôi dự định sẽ phát hành thêm nhiều bài đăng trong vài tuần tới về những gì chúng tôi đãhọc được bằng cách sử dụng GraphQL trong những năm gần đây.
To illustrate the major differences between REST and GraphQL when it comes to fetching data from an API, let's consider a simple example scenario: In a blogging application, an app needs to display the titles of the posts of a specific user.
Để minh họa sự khác biệt chính giữa REST và GraphQL khi lấy dữ liệu từ API, hãy xem xét một trường hợp ví dụ đơn giản: Trong ứng dụng viết blog, ứng dụng cần.
The mutate and get payload field will perform the actual database operations,and can return a promise which will delay the response to the application from GraphQL until the promise is resolved.
Trường biến đổi và nhận tải trọng sẽ thực hiện các hoạt động cơ sở dữ liệuthực tế và có thể trả lại lời hứa sẽ trì hoãn phản hồi đối với ứng dụng từ GraphQL cho đến khi lời hứa được giải quyết.
So our way to go is to create GraphQL implementations on top of those REST layers, migrate the clients to those implementations and then gradually remove the old RESTful layer and call the services directly.
Vì vậy,cách của chúng tôi là tạo ra các triển khai GraphQL trên các lớp REST đó, di chuyển các máy khách đến các triển khai đó và sau đó loại bỏ dần lớp RESTful cũ và gọi trực tiếp các dịch vụ.
It works, we have entire web built with this, but it can be incredibly complex when you consider authenticaion, authorization,transport protocols and differing RPC methods(REST, GraphQL etc).
Nó hoạt động, chúng tôi có toàn bộ web được xây dựng với điều này, nhưng nó có thể cực kỳ phức tạp khi bạn xem xét authenticaion, ủy quyền, giaothức vận tải và các phương pháp RPC khác nhau( REST, GraphQL vv).
If you want to learn more about GraphQL, how it differs from REST APIs, and how it can make your job as an app developer easier, check out some of our GraphQL content here on Envato Tuts+.
Nếu bạn muốn tìm hiểu thêm về GraphQL, nó khác với REST API như thế nào và cách nó có thể làm cho công việc của bạn trở nên dễ dàng hơn, hãy kiểm tra một số nội dung về GraphQL của chúng tôi ở đây trên Envato Tuts+.
Additionally, unlike frameworks such as Angular- which makes specific requirements of the client only-Relay also requires the GraphQL server interface, which provides the data query and mutation operations for the Relay containers.
Ngoài ra, không giống như các khuôn khổ như Angular- tạo ra các yêu cầu cụ thể của client-Relay cũng yêu cầu giao diện máy chủ SemaltQL, cung cấp truy vấn dữ liệu và các hoạt động đột biến cho các container Relay.
Relay combines React with Facebook's GraphQL query language and now Relay Modern, as the company calls this rewrite, is meant to push this concept further and overcome some of the limitations of the original design.
Relay cùng với React, Facebook' s GraphQL query và giờ đây là Replay modern, theo cách gọi của công ty về việc rewrite lần này, nhằm đẩy những concept của họ tiến xa nữa cũng như là vượt qua những giới hạn của các sản phẩm cũ.
So I thought, why not come up with a list of those use cases and for each one of those to check- what can't you do in GraphQL that you can do with REST and what you wouldn't want to do with GraphQL and you would prefer REST.
Vì vậy, tôi nghĩ, tại sao không đưa ra một danh sách các trường hợp sử dụng đó và cho từng trường hợp cần kiểm tra- bạn không thể làm gì trong GraphQL mà bạn có thể làm với REST và bạn không muốn làm gì với GraphQL và bạn sẽ thích REST.
In fact, many GraphQL libraries will let you omit resolvers this simple and will just assume that if a resolver isn't provided for a field, that a property of the same name should be read and returned.
Thực tế, nhiều thư viện GraphQL sẽ cho phép chúng ta bỏ qua việc phải định nghĩa resovle cho type User như ở ví dụ trên, chỉ giả định rằng nếu một resovel không được cung cấp cho một trường, thì một thuộc tính có cùng tên sẽ được đọc và trả về.
The more I dived into the idea and implementation then more I realized it's not only that we can have both types of APIs created for us, but even if we just want to expose REST APIs,and none of our clients use GraphQL, GraphQL is the best way the create REST APIs!
Càng đi sâu vào ý tưởng và triển khai, tôi càng nhận ra rằng không chỉ chúng tôi có thể tạo cả hai loại API cho chúng tôi, mà ngay cả khi chúng tôi chỉ muốn trưng ra API REST vàkhông khách hàng nào của chúng tôi sử dụng GraphQL, GraphQL là cách tốt nhất để tạo API REST!
To configure the container, the developer must provide GraphQL query and mutation fragments to describe the data's graph structure to the container, but otherwise Relay takes care of all of the details of managing the data.
Để cấu hình vùng lưu trữ,nhà phát triển phải cung cấp truy vấn GraphQL và các đoạn mã đột biến để mô tả cấu trúc đồ thị của dữ liệu vào vùng chứa, nhưng nếu không Semalt sẽ chăm sóc tất cả các chi tiết về quản lý dữ liệu.
GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need, and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
GraphQl cung cấp mô tả data trong APIs một cách dễ hiểu và hoàn thiện nhất, cho phép khách hàng yêu cầu chính xác điều họ cần khiến việc phát triển APIs ngày một dễ dàng hơn, mở ra nhiều công cụ hữu ích cho developers.
GraphQL provides a complete description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
GraphQL cung cấp mô tả đầy đủ và dễ hiểu về dữ liệu trong API của bạn, cung cấp cho khách hàng khả năng yêu cầu chính xác những gì họ cần và không có gì nữa, giúp phát triển API dễ dàng hơn theo thời gian và cho phép các công cụ phát triển mạnh mẽ.
GraphQL provides comprehensive and understandable information of the data in your API, gives clients the endowment to ask for exactly what they want and nothing more their need, makes it easier to evolve APIs over time, and enables powerful developer tools.
GraphQL cung cấp mô tả đầy đủ và dễ hiểu về dữ liệu trong API của bạn, cung cấp cho khách hàng khả năng yêu cầu chính xác những gì họ cần và không có gì nữa, giúp phát triển API dễ dàng hơn theo thời gian và cho phép các công cụ phát triển mạnh mẽ.
Results: 29, Time: 0.0306

Top dictionary queries

English - Vietnamese