Features:
- send GraphQL request
Code Modules:
- GraphQL [Runtime]
Number of Blueprints: 1
Number of C++ Classes: 1
Network Replicated: No
Supported Development Platforms: Win64 / Linux / Mac
Supported Target Build Platforms: Win64 / Linux / Mac / Android / iOS
Documentation: https://graphql.org
https://delightful-predict-709873.framer.app/graphql
Video Tutorial: https://www.youtube.com/watch?v=7piFqM9OGZw
Example Project: coming soon
特征:
- 发送GraphQL请求
代码模块:
- GraphQL[运行时]
蓝图数目:1
C++类数:1
网络复制:没有
支持的开发平台:Win64/Linux/Mac
支持的目标构建平台:Win64/Linux/Mac/Android/iOS
https://delightful-predict-709873…成帧器。app/graphql
视频教程: https://www.youtube.com/watch?v=7piFqM9OGZw
示例项目:即将推出
Discord: https://discord.gg/BZJJshZ
INSTRUCTIONS ON DISCORD
MORE documents and tutorials are available on discord once you join discord too(no need to purchase first)
DISCORD: https://discord.gg/BZJJshZ
Video Tutorial:
https://www.youtube.com/watch?v=7piFqM9OGZw
https://www.youtube.com/watch?v=MmGKu08iTTw
Video Tutorial playlist: https://www.youtube.com/playlist?list=PL9BLqOUwm7Rqgn7GQZoTkZPFvy9K7rarF
Because of there are some graphql implementations are different with the graphql implementation I'm using, for example Apollo and hasura which is widely used, Apollo supports graphql-ws subprotocol as well but it's not enabled by default, you can use this plugin with Apollo or hasura by changing some of its code, you can use firecamp to figure out which one you are using, we changed this plugin's name to GraphQL with Blueprints for aws appsync
We will work on graphql for Apollo and hasura if there are a lot of customers want it.
We will provide a custom subscription handler for now. you can implement Apollo or hasura with their sub protocol document.
https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
for hasura, don't forget to add Sec-WebSocket-Protocol header to tell which subprotocol you are using.
https://hasura.io/docs/latest/subscriptions/postgres/index/
Our Discord support team has 10 years of experience in aws, linux, macOS, iOS, android, windows, and cloud technology.
GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.
You may want to access your lambda functions or dynamodb tables in your dedicated server. but expose your access key id and secret key to access lambda and dynamodb directly is unsafe because unreal will package it into your client too. So, here comes AppSync, you can access lambda function and dynamodb tables with graphQL. with WAF, you can limit only access requests from aws servers will be accepted and the others will be dropped. safe and easy.
With this plugin, you can subscribe a subscription query in graphql. So that you don't need to query dynamodb table in every tens of seconds. you can subscribe update, create and delete event to track the modifications to dynamodb tables.
When you create your game, you may want player know his friends' state, whether he is online or not. and want to get invitation pops up immediately when it's sent. This is made possible through communicating to dynamodb or rds tables through graphql.
it supports API Key, OIDC and cognito user pool, IAM as credential.
all nodes are latency functions and multi-thread support.
which also means you can't use them in normal function. you can use them in blueprint graph and macros.
不和谐: https://discord.gg/BZJJshZ
关于不和谐的说明
更多的文档和教程可在discord一旦你加入discord太(不需要先购买)
不和谐: https://discord.gg/BZJJshZ
视频教程:
https://www.youtube.com/watch?v=7piFqM9OGZw
https://www.youtube.com/watch?v=MmGKu08iTTw
视频教程播放列表: https://www.youtube.com/playlist?list=PL9BLqOUwm7Rqgn7GQZoTkZPFvy9K7rarF
由于有一些graphql实现与我正在使用的graphql实现不同,例如广泛使用的Apollo和hasura,Apollo也支持graphql-ws子协议,但默认情况下它不启用,您可以将此插件与Apollo或hasura一起使用 带有aws appsync蓝图的GraphQL
如果有很多客户需要,我们将为阿波罗和哈苏拉开发图形ql。
我们现在将提供一个自定义订阅处理程序。 您可以使用他们的子协议文档实现Apollo或hasura。
https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
对于hasura,不要忘记添加Sec-WebSocket-Protocol标头来告诉您正在使用哪个子协议。
https://hasura.io/docs/latest/subscriptions/postgres/index/
我们的Discord支持团队在aws、linux、macOS、iOS、android、windows和云技术方面拥有10年的经验。
GraphQL是API的查询语言,也是通过使用为数据定义的类型系统执行查询的服务器端运行时。 GraphQL不依赖于任何特定的数据库或存储引擎,而是由您现有的代码和数据支持。
您可能希望访问专用服务器中的lambda函数或dynamodb表。 但是,公开您的访问密钥id和密钥以直接访问lambda和dynamodb是不安全的,因为虚幻也会将其打包到您的客户端中。 因此,AppSync来了,您可以使用graphQL访问lambda函数和dynamodb表。 使用WAF,您可以限制只接受来自aws服务器的访问请求,而其他请求将被删除。 安全又容易。
使用此插件,您可以在graphql中订阅订阅查询。 这样您就不需要每隔几十秒就查询dynamodb表。 您可以订阅更新、创建和删除事件以跟踪对dynamodb表的修改。
当您创建游戏时,您可能希望玩家知道他的朋友的状态,无论他是否在线。 并希望在发送邀请时立即弹出邀请。 这可以通过graphql与dynamodb或rds表进行通信来实现。
它支持API密钥,OIDC和cognito用户池,IAM作为凭据。
所有节点都是延迟功能和多线程支持。
这也意味着你不能在正常功能中使用它们。 您可以在蓝图图表和宏中使用它们。
评论(0)