Contentful vs GraphCMS vs ButterCMS vs AppSync

イシュー

  • Headless CMSを調べている
  • メジャーなHeadlessCMSである、Contentful と GraphCMS はどちらが使い勝手がいいか?

参考

Contentful

GraphCMS

Gatsbyjs

ButterCMS

AngularでつくるCMS

Angular Universal x CMS

静的サイト生成

Contentful の Angular実装

Salesforce CMS

AWS AppSync

mutation CreateEvent {
  createEvent(name:"Ship party",
  when: "2018-04-15",
  where: "party room",
  description:"Party to celebrate launch"
  ) {
    id
  }
}
mutation {
    createEvent(
        name:"My first GraphQL event"
        where:"Day 1"
        when:"Friday night"
        description:"Catching up with friends"
    ){
        id
        name
        where
        when
        description
    }
}

AppSync と Lambdaの連携例

aws appsync graphql

appsync

nuxt.js graphql