agartha
06/09/2017, 8:14 PMdk0r
06/09/2017, 8:35 PMuser
node, is there any conventional/best type (e.g. string, json, etc) for storing a user's names (first/middle/last/suffix) ?dk0r
06/09/2017, 8:35 PMStore multiple values in this field
http://i.imgur.com/LWd3Srv.png▾
dk0r
06/09/2017, 8:36 PMdk0r
06/09/2017, 8:37 PMtype
User { id: ID!
name: { first: string!,
middle: string!,
last: string!,
suffix: string!
}
}dk0r
06/09/2017, 8:38 PMdk0r
06/09/2017, 8:43 PMUser
for name, address, phone, email, etc.. or if I should just place an info field on my user which contacts name,address,phone,email, etc..dk0r
06/09/2017, 8:45 PMdk0r
06/09/2017, 8:45 PMdk0r
06/09/2017, 8:45 PMdk0r
06/09/2017, 8:46 PMdk0r
06/09/2017, 8:46 PMagartha
06/09/2017, 8:48 PMagartha
06/09/2017, 8:49 PMdk0r
06/09/2017, 8:54 PMdk0r
06/09/2017, 8:55 PMagartha
06/09/2017, 8:58 PMagartha
06/09/2017, 8:58 PMagartha
06/09/2017, 8:59 PMagartha
06/09/2017, 9:00 PMagartha
06/09/2017, 9:02 PMagartha
06/09/2017, 11:13 PMsunrising
06/10/2017, 8:53 AMsunrising
06/10/2017, 8:54 AMgc-pat
is, at the step "Setup now", here: https://www.graph.cool/docs/tutorials/stripe-payments-with-mutation-callbacks-using-micro-and-now-soiyaquah7/#setup-nowsunrising
06/10/2017, 9:00 AMwallslide
06/10/2017, 9:07 AMwallslide
06/10/2017, 9:45 AM$node_id
variable available for CREATE permissions? I thought it was, and according to the documentation it is, but on the right-hand side where all the available variables are listed, it doesn't show up.juliancurrie
06/10/2017, 11:13 AMjuliancurrie
06/10/2017, 11:13 AMproxyConsole.js:56 Error: GraphQL error: The provided idToken is invalid. Please see <https://auth0.com/docs/tokens/id_token> for how to obtain a valid idToken
at new ApolloError (ApolloError.js:32)
at QueryManager.js:109
at <anonymous>
juliancurrie
06/10/2017, 11:16 AM