artyom
04/19/2017, 4:19 PMartyom
04/19/2017, 5:55 PMwojtek
04/19/2017, 5:56 PMwojtek
04/19/2017, 5:56 PMartyom
04/19/2017, 5:58 PMwojtek
04/19/2017, 6:02 PMwojtek
04/19/2017, 6:02 PMwojtek
04/19/2017, 6:02 PMjshort
04/19/2017, 6:03 PMjshort
04/19/2017, 6:04 PMwojtek
04/19/2017, 6:06 PMjshort
04/19/2017, 6:10 PMwojtek
04/19/2017, 6:11 PMartyom
04/19/2017, 6:11 PMartyom
04/19/2017, 6:42 PMilja
04/19/2017, 6:50 PM1) email verification
2) password reset
3) session token refreshing
4) email change
huv1k
04/19/2017, 7:20 PMjaga_santagostino
04/19/2017, 7:34 PMraulbajales
04/19/2017, 7:50 PMartyom
04/19/2017, 7:52 PMdamienix
04/19/2017, 10:52 PMdkh
04/20/2017, 12:42 AMcomponentWillMount() {
const auth = this.props.route.auth
auth.on('profile_updated', (profile) => {
this.createUser(profile)
})
}
utunga
04/20/2017, 1:07 AMilja
04/20/2017, 5:36 AMsdubois
04/20/2017, 7:38 AMartyom
04/20/2017, 8:15 AMutunga
04/20/2017, 9:28 AMutunga
04/20/2017, 9:29 AMtype ItemFilter {
AND: [item]
OR: [item]
NOT: [item]
}
type Query {
# End point for lists of items
allItems(
filter:ItemFilter
sort: SortOptions
take:Int
skip:Int
utunga
04/20/2017, 9:30 AMutunga
04/20/2017, 9:30 AM