概要
用語
query
mutation
- INSERT/UPDATE/DELETE(SQL)の操作にあたる
subscription
Relay Server Specification
-
途中で追加されたGraphQLの拡張仕様
-
概念として以下の3つが追加された
- Relay Node(Globally unique ID)
- Relay Connection(Edge, Node, cursor, based padination)
- Relay Mutation(例: 入力はinputという引数名にするなど)
-
公式
GraphQL Server Specification | Relay
Concept of Node and Edge
イメージ図