File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed
dgs-webmvc/src/main/resources
kickstart-webflux/src/main/resources
kickstart-webmvc/src/main/resources
spring-boot-webmvc/src/main/resources Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -155,19 +155,19 @@ graphql:
155155 datetime :
156156 scalars :
157157 date :
158- scalarName : MyDate
159- localDate :
160- scalarName : MyLocalDate
161- localDateTime :
162- scalarName : MyLocalDateTime
163- localTime :
164- scalarName : MyLocalTime
165- offsetDateTime :
166- scalarName : MyOffsetDateTime
167- yearMonth :
168- scalarName : MyYearMonth
158+ scalar-name : MyDate
159+ local-date :
160+ scalar-name : MyLocalDate
161+ local-date-time :
162+ scalar-name : MyLocalDateTime
163+ local-time :
164+ scalar-name : MyLocalTime
165+ offset-date-time :
166+ scalar-name : MyOffsetDateTime
167+ year-month :
168+ scalar-name : MyYearMonth
169169 duration :
170- scalarName : MyDuration
170+ scalar-name : MyDuration
171171` ` `
172172
173173A custom format can be set for LocalDate and LocalDateTime only using the following properties in application.yaml
@@ -176,9 +176,9 @@ A custom format can be set for LocalDate and LocalDateTime only using the follow
176176graphql :
177177 datetime :
178178 scalars :
179- localDate :
179+ local-date :
180180 format : MM/dd/yyyy
181- localDateTime :
181+ local-date-time :
182182 format : yyyy-MM-dd'T'HH:mm:ss
183183` ` `
184184
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ graphql:
2828 scalars :
2929 date :
3030 scalar-name : MyDate
31- localDate :
31+ local-date :
3232 scalar-name : MyLocalDate
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ graphql:
1212 scalars :
1313 date :
1414 scalar-name : MyDate
15- localDate :
15+ local-date :
1616 scalar-name : MyLocalDate
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ graphql:
2828 scalars :
2929 date :
3030 scalar-name : MyDate
31- localDate :
31+ local-date :
3232 scalar-name : MyLocalDate
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ graphql:
3030 scalars :
3131 date :
3232 scalar-name : MyDate
33- localDate :
33+ local-date :
3434 scalar-name : MyLocalDate
You can’t perform that action at this time.
0 commit comments