You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public final class UpvotePost implements Mutation<UpvotePost.Variables> {
public static class Data implements Operation.Data {
public static class UpvotePost { ... }
}
}
which has a compilation error.
The text was updated successfully, but these errors were encountered:
There appears to be an issue with nested structures which define the same name multiple times.
Briefly, a structure such as:
results in a generated class like:
which has a compilation error.
The text was updated successfully, but these errors were encountered: