Skip to content

Commit 61e23ad

Browse files
authored
Fix KtorHttpUrlAdapter package path (#5945)
1 parent 981c85c commit 61e23ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/apollo-adapters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ apollo-adapters contains adapters for common date and big decimal GraphQL scalar
1515
| `com.apollographql.apollo3.adapter.JavaOffsetDateTimeAdapter` | For `java.time.OffsetDateTime` ISO8601 dates |
1616
| `com.apollographql.apollo3.adapter.DateAdapter` | For `java.util.Date` ISO8601 dates |
1717
| `com.apollographql.apollo3.adapter.BigDecimalAdapter` | For a Multiplatform `com.apollographql.apollo3.adapter.BigDecimal` class holding big decimal values |
18-
| `com.apollographql.apollo3.adapter.network.KtorHttpUrlAdapter` | For `io.ktor.http.Url` class holding url values |
18+
| `com.apollographql.apollo3.network.adapter.KtorHttpUrlAdapter` | For `io.ktor.http.Url` class holding url values |

0 commit comments

Comments
 (0)