File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- A custom type error occurred while solving type class constraints :
1+ Custom error:
22An `IgnoreArg` query argument cannot be used with with required schema argument:
33Schema: Boolean
44Query: IgnoreArg
5+ At: "online"
56while solving type class constraint
6- GraphQL.Client.Args.IsNotNull Boolean
7+ GraphQL.Client.Args.IsNotNull "online"
8+ Boolean
79IgnoreArg
810while applying a function queryReturns
9- of type QueryReturns t0 t1 t2 => Proxy @Type t0 -> t1 -> Proxy @Type t2
11+ of type QueryReturns @ t0 @Type @ t1 t2 t3 t4 => Proxy @t0 t2 -> t3 -> Proxy @t1 t4
1012to argument testSchemaProxy
1113while inferring the type of queryReturns testSchemaProxy
1214in value declaration passing1
1315where t0 is an unknown type
1416t1 is an unknown type
15- t2 is an unknown type
17+ t2 is an unknown type
18+ t3 is an unknown type
19+ t4 is an unknown type
Original file line number Diff line number Diff line change 1- A custom type error occurred while solving type class constraints :
1+ Custom error:
22A `Maybe` query argument cannot be used with with required schema argument:
33Schema: Boolean
4- Query: Maybe Boolean
4+ Query: Boolean
5+ At: "online"
56while solving type class constraint
6- GraphQL.Client.Args.IsNotNull Boolean
7+ GraphQL.Client.Args.IsNotNull "online"
8+ Boolean
79(Maybe Boolean)
810while applying a function queryReturns
9- of type QueryReturns t0 t1 t2 => Proxy @Type t0 -> t1 -> Proxy @Type t2
11+ of type QueryReturns @ t0 @Type @ t1 t2 t3 t4 => Proxy @t0 t2 -> t3 -> Proxy @t1 t4
1012to argument testSchemaProxy
1113while inferring the type of queryReturns testSchemaProxy
1214in value declaration passing1
1315where t0 is an unknown type
1416t1 is an unknown type
15- t2 is an unknown type
17+ t2 is an unknown type
18+ t3 is an unknown type
19+ t4 is an unknown type
You can’t perform that action at this time.
0 commit comments