mechanical-turk
08/22/2017, 11:53 PMwesbos
08/23/2017, 12:06 AMbe4r
08/23/2017, 5:28 AM<https://api.graph.cool/simple/v1/myendpoint> (expiration not specified)
herdani
08/23/2017, 7:35 AMnguyendanhson1989
08/23/2017, 8:08 AMaazlant
08/23/2017, 8:15 AMnotrab
08/23/2017, 8:34 AM“Whoops. Looks like an internal server error. Please contact us from the Console (https://console.graph.cool) or via email (support@graph.cool) and include your Request ID: eu-west-1simplecj6orimev008201741qvxxzia”
phil
08/23/2017, 8:38 AMshanecav
08/23/2017, 8:44 AMpajasevi
08/23/2017, 11:10 AMX-Cache:Error from cloudfront
eder
08/23/2017, 2:07 PManton-b
08/23/2017, 2:48 PMexport const SINGLE_LINK_QUERY = gql`
query SingleLinkQuery($id: ID!) {
Link(id: $id) {
title
}
}
`
export default graphql(SINGLE_LINK_QUERY, { name: 'singleLinkQuery' })(Link);
mxming
08/23/2017, 3:23 PMmechanical-turk
08/23/2017, 5:17 PMmechanical-turk
08/23/2017, 5:58 PMdelete
and an update
operation will be the same. I’d prefer not to rewrite that logicpeter
08/23/2017, 6:32 PMfandy
08/23/2017, 7:12 PMfandy
08/23/2017, 7:13 PMcshold
08/23/2017, 7:27 PMid
field? I have a custom customerid
that I handle and want to use that insteadcshold
08/23/2017, 7:32 PMid
until I then request it from graph.coolaazlant
08/23/2017, 8:06 PMgreatscot
08/23/2017, 9:02 PMUser
query to return the currently logged in user if no arguments are supplied, but the specified user if arguments are supplied. Then the user
query could be discarded. I struggle to see the reasoning behind two distinct queries for these use cases - but maybe I am missing something?aazlant
08/23/2017, 10:03 PMdardub
08/24/2017, 12:23 AMdardub
08/24/2017, 12:40 AMNew registrations are not allowed from your IP address (maximum limit reached). Contact a staff member.
dardub
08/24/2017, 12:40 AMdardub
08/24/2017, 12:42 AMbe4r
08/24/2017, 2:39 AMbe4r
08/24/2017, 2:47 AMgraphql(getUserDecks, {
options: ({user}) => ({variables : {userId: user.id}})
})
but this breaks in SSR because no props of user
is being passed through so it breaks. Is there a way for me to query getUserDecks
from the results of getUser
?mike.johnson
08/24/2017, 4:04 AMNew registrations are not allowed from your IP address (maximum limit reached). Contact a staff member.