Skip to content

Commit 0868254

Browse files
committed
Fix tests that are expected to fail
1 parent e339a04 commit 0868254

5 files changed

Lines changed: 4173 additions & 19 deletions

File tree

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
A custom type error occurred while solving type class constraints:
1+
Custom error:
22
An `IgnoreArg` query argument cannot be used with with required schema argument:
33
Schema: Boolean
44
Query: IgnoreArg
5+
At: "online"
56
while solving type class constraint
6-
GraphQL.Client.Args.IsNotNull Boolean
7+
GraphQL.Client.Args.IsNotNull "online"
8+
Boolean
79
IgnoreArg
810
while 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
1012
to argument testSchemaProxy
1113
while inferring the type of queryReturns testSchemaProxy
1214
in value declaration passing1
1315
where t0 is an unknown type
1416
t1 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
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
A custom type error occurred while solving type class constraints:
1+
Custom error:
22
A `Maybe` query argument cannot be used with with required schema argument:
33
Schema: Boolean
4-
Query: Maybe Boolean
4+
Query: Boolean
5+
At: "online"
56
while solving type class constraint
6-
GraphQL.Client.Args.IsNotNull Boolean
7+
GraphQL.Client.Args.IsNotNull "online"
8+
Boolean
79
(Maybe Boolean)
810
while 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
1012
to argument testSchemaProxy
1113
while inferring the type of queryReturns testSchemaProxy
1214
in value declaration passing1
1315
where t0 is an unknown type
1416
t1 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

0 commit comments

Comments
 (0)