Extended scalar for Url implementation #313
Answered
by
berngp
timpamungkas
asked this question in
Q&A
-
|
Trying to add The schema Generated class by gradle plugin. import java.lang.Object;
import java.lang.Override;
import java.lang.String;
import java.time.LocalDate;
import java.util.List;
public class MobileApp {
private String name;
private String version;
private List<String> platform;
private LocalDate releaseDate;
private Url homepage;The homepage data type is Url, and not Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
berngp
May 5, 2021
Replies: 1 comment 5 replies
-
|
The codegen plugin requires an explicit Type Mapping. This caveat is missing in the extended scalar docs, will add it tomorrow. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
timpamungkas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The codegen plugin requires an explicit Type Mapping. This caveat is missing in the extended scalar docs, will add it tomorrow.