mikeroelens
02/14/2017, 7:29 PMmulyoved
02/14/2017, 8:55 PMconst DishQuery = gql`query Dish($id:ID) {
Dish(id: $id) {
id
duration
iconid
searchTags
visibility
dishSteps {
id
duration
iconid
EN: dishStepTranslations(filter:{language:EN}) {
description
}
HE: dishStepTranslations(filter:{language:HE}) {
description
}
}
EN: dishTranslations(filter:{language:EN}) {
name
description
}
HE: dishTranslations(filter:{language:HE}) {
name
description
}
}
}`;
mulyoved
02/14/2017, 8:55 PMnilan
02/14/2017, 8:56 PMRequestId
header of that request?mulyoved
02/14/2017, 8:58 PMnilan
02/14/2017, 8:58 PMmulyoved
02/14/2017, 8:59 PMnilan
02/14/2017, 9:01 PMcj
02/14/2017, 10:33 PMcj
02/14/2017, 10:34 PMeveryone
or authenticated
, there is no way to say they can read it if they own the recordnilan
02/14/2017, 10:35 PMmikeroelens
02/14/2017, 10:40 PMriley
02/15/2017, 1:57 AMmruzekw
02/15/2017, 2:07 AMquery AllUsersPost($id: String) {
User(id: $id) {
posts {
title
}
}
}
mruzekw
02/15/2017, 2:09 AMriley
02/15/2017, 2:27 AMmruzekw
02/15/2017, 2:31 AMmikeroelens
02/15/2017, 3:07 AMriley
02/15/2017, 3:16 AMmikeroelens
02/15/2017, 3:39 AMpkunwar
02/15/2017, 7:21 AMpkunwar
02/15/2017, 7:22 AMpkunwar
02/15/2017, 7:22 AMpkunwar
02/15/2017, 7:23 AMpkunwar
02/15/2017, 7:23 AMpkunwar
02/15/2017, 7:23 AMalex_ye
02/15/2017, 9:54 AMuser
02/15/2017, 9:54 AMuser
02/15/2017, 9:55 AMmutation CreateSlide($lessonId: ID!, $type: String, $content: Json, $position: BigDecimal) {
instead?nilan
02/15/2017, 9:57 AM