john
01/02/2018, 11:47 AMnull
in the console... however when I try and do this through Apollo it throws expected type errors (eg it doesn't like null
values, because the schema is a relationship). Does anyone have any experience with this?nilan
01/02/2018, 12:20 PMjohn
01/02/2018, 12:30 PM{ Error: GraphQL error: Argument 'filter' expected type 'AspectFilter' but got: {isActive: true, parent: ""}. Reason: 'parent' Expected 'AspectFilter', found not an object. (line 2, column 22):
nilan
01/02/2018, 12:30 PMparent
is not null
, but the empty Stringjohn
01/02/2018, 12:31 PMjohn
01/02/2018, 12:32 PM{ Error: The inline argument "parent" of kind "NullValue" is not supported. Use variables instead of inline arguments to overcome this limitation.
nilan
01/02/2018, 12:33 PMnilan
01/02/2018, 12:34 PMjohn
01/02/2018, 12:35 PMjohn
01/02/2018, 12:36 PMnilan
01/02/2018, 12:36 PM