Vinnie
11/08/2017, 8:56 PMVinnie
11/08/2017, 8:58 PMproteus
11/08/2017, 9:07 PM"error": "Function returned invalid status code: 0. Raw body: empty.last" for no apparent reason.proteus
11/08/2017, 9:08 PMlastmjs
11/08/2017, 9:44 PMinvalid ELF header, from bcrypt. This is probably from the fact that the node_modules were installed and native code compiled on his Mac, is there a fix for this in progress?philip
11/08/2017, 9:48 PMFunction returned invalid status code: 0. Raw body: empty.last alsophilip
11/08/2017, 9:48 PMproteus
11/08/2017, 9:56 PMgraphql-tag is not supported, for some reason.proteus
11/08/2017, 9:56 PMkitze
11/08/2017, 10:56 PMkitze
11/08/2017, 10:56 PMkitze
11/08/2017, 10:56 PMamann
11/08/2017, 11:23 PMamann
11/08/2017, 11:24 PMmwickett
11/09/2017, 1:39 AMkaihuang724
11/09/2017, 2:31 AMkaihuang724
11/09/2017, 2:31 AMoxyoxy88
11/09/2017, 6:47 AMgo4cas
11/09/2017, 6:57 AMMax Hodges
11/09/2017, 7:00 AMZyad Sherif
11/09/2017, 9:15 AMCuong Tran
11/09/2017, 9:44 AMVarun
11/09/2017, 11:23 AMVinnie
11/09/2017, 12:08 PMagartha
11/09/2017, 12:22 PMVinnie
11/09/2017, 12:23 PMVinnie
11/09/2017, 12:42 PMNo field with id ‘cj9r95arr00220149vgvgme4d’Vinnie
11/09/2017, 12:43 PMpanzupa
11/09/2017, 2:58 PMcameronrll
11/09/2017, 3:21 PMmutation {
  createPost(
    title: "My great Vacation"
    slug: "my-great-vacation"
    published: true
    text: "Read about my great vacation."
    tag:  "Orange"
  ) {
    id
    slug
  }
}
for this example lets say that the tags field is an enum, and its called "TagType", that accepts "Orange", "Red" and "Green". Anyone know why I may be getting an error saying it expected type "TagType"?