Skip to content

Commit 3c2baa8

Browse files
committed
fix response was serialized as an empty object when there is an GraphQL error
1 parent 4ead89c commit 3c2baa8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

proguard.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,8 @@
129129
<methods>;
130130
}
131131
### Windows only -- End
132+
133+
# fix: response was serialized as an empty object when there is an GraphQL error
134+
-keep class com.sunnychung.application.multiplatform.hellohttp.model.payload.GraphqlErrorPayload {
135+
*;
136+
}

0 commit comments

Comments
 (0)