schickling
10/03/2016, 9:42 PMolatom
10/03/2016, 9:42 PMschickling
10/03/2016, 9:46 PMschickling
10/03/2016, 9:46 PMschickling
10/03/2016, 9:47 PMolatom
10/03/2016, 9:56 PMiwaldman
10/04/2016, 3:17 AMiwaldman
10/04/2016, 3:18 AMiwaldman
10/04/2016, 3:25 AMiwaldman
10/04/2016, 3:27 AMsashko
10/04/2016, 5:04 AMmruzekw
10/04/2016, 12:23 PMmruzekw
10/04/2016, 12:24 PMsashko
10/04/2016, 5:02 PMyoamomonstruos
10/04/2016, 7:18 PMgraphql-tag
?yoamomonstruos
10/04/2016, 7:18 PMconst ClientQuery = gql`query {
allClients(orderBy: createdAt_DESC) {
id
name
color
symbol
}
}`
yoamomonstruos
10/04/2016, 7:19 PMcreatedAt_Desc
part...nilan
10/04/2016, 7:22 PMyoamomonstruos
10/04/2016, 7:33 PMyoamomonstruos
10/04/2016, 7:34 PMyoamomonstruos
10/04/2016, 7:34 PMUncaught Error: The inline argument "orderBy" of kind "EnumValue" is not supported.
Use variables instead of inline arguments to overcome this limitation.
yoamomonstruos
10/04/2016, 7:35 PMyoamomonstruos
10/04/2016, 7:51 PMnilan
10/04/2016, 7:54 PMsashko
10/04/2016, 9:01 PMsashko
10/04/2016, 9:01 PMsashko
10/04/2016, 9:01 PMmruzekw
10/05/2016, 5:22 AMsdubois
10/05/2016, 9:52 AMauthor
property). Any pointers? I'm not familiar with filtering/directive systems
Something like this (Relay endpoint)?
{
viewer {
allUsers {
edges {
node {
slug
tracks(filter: ???) {
edges {
node {
title
}
}
}
}
}
}
}
}
sorenbs