emattias
11/16/2017, 5:27 PMBoolean!
variables? Can’t you check if a String!
is empty or not or do I have to to it like this? ->
query ($offerId: String!, $offerIdExists: Boolean!) {
offer(offerId: $offerId) @include(if: $offerIdExists) {
id
}
}
agartha
11/16/2017, 8:09 PM