Skip to content

yuyakinjo/gql-gateway

Repository files navigation

各リポジトリ説明

この apollo federation の gateway リポジトリは、他に下記の subgraph から構成されています。

これらの subgraph は、gateway リポジトリを介して連携し、クライアントからのリクエストを処理し、データを取得することができます。

ER 図

erDiagram
    User {
        id number
        name string
    }
    Post {
      id  number
      title  string
      views  number
      userId  number
    }
    Comment {
      id  number
      body  string
      date Date
      postId  number
      userId  number
    }
    User ||--|{ Post : "user : posts"
    Post ||--|{ Comment : "post : comments"
    Comment ||--|| User : "comment : user"
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published