oREDi
12/02/2017, 6:05 PMoREDi
12/02/2017, 6:06 PMoREDi
12/02/2017, 6:12 PMtfiwm
12/03/2017, 3:01 PMsenorcodecat
12/03/2017, 3:35 PMjure
12/03/2017, 3:38 PMpanzupa
12/03/2017, 7:36 PMType.otherTypeIdsmutationOtherTypeJoe Fazzino
12/03/2017, 11:43 PMluthfir
12/04/2017, 12:54 AMluthfir
12/04/2017, 12:54 AMluthfir
12/04/2017, 12:54 AMraul
12/04/2017, 1:16 AM@migrationValueluthfir
12/04/2017, 1:19 AMluthfir
12/04/2017, 1:19 AMluthfir
12/04/2017, 1:20 AMraul
12/04/2017, 1:21 AM@migrationValue(value: "42")raul
12/04/2017, 1:22 AMdateEvent: DateTime! @migrationValue(value: "42")luthfir
12/04/2017, 1:23 AMdr-manhattan
12/04/2017, 4:49 AMUse Auth0, Firebase Auth or any Social Loginpokorson
12/04/2017, 8:44 AMnullnodepokorson
12/04/2017, 9:18 AMpokorson
12/04/2017, 9:18 AMconnectionParamsDiscere
12/04/2017, 9:58 AM{
  RecentArticles: allArticles(first: 3, orderBy: updatedAt_DESC) {
    id
    fields {
      title
    }
  }
  RecentEvents: allEvents(first: 3, orderBy: updatedAt_DESC) {
    id
    fields {
      title
    }
  }
  RecentMicrosites: allMicrosites(first: 3, orderBy: updatedAt_DESC) {
    id
    fields {
      title
    }
  }
}dohomi
12/04/2017, 9:59 AMdohomi
12/04/2017, 10:00 AMmodule.exports = async (event) => {
    const graphcool = fromEvent(event)
    const api = graphcool.api('simple/v1') // => here I would like to attach a authenticated token, important is that the initial call of the resolver does not need to be authenticated, only a small piece of code needs to bepokorson
12/04/2017, 10:34 AMpokorson
12/04/2017, 10:34 AMFrancesc Jaume Miralles
12/04/2017, 10:55 AMrein
12/04/2017, 11:31 AMFelix
12/04/2017, 12:04 PM