Skip to content

Commit

Permalink
docs(currency): code snippet fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thuoe committed Apr 1, 2024
1 parent 796d20b commit f39d402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -214,8 +214,8 @@ You can use the `@currency` directive to fetch the latest exchange rate of a giv
```graphql
type Car {
make: String
model
price: String @currency(from: "GBP", ttl: "USD")
model: String
price: String @currency(from: "GBP", to: "USD")
}
```

Expand Down

0 comments on commit f39d402

Please sign in to comment.