Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vsurresh committed Oct 30, 2024
1 parent c20f071 commit 890ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/create-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ mutation {
}
```

Here is an example of using `curl` to make the query. Make sure to replace the `X-INFRAHUB-KEY` and the IP address with your actual details. Please also make sure to inlcude the name of the branch in the URL. If you want to learn more about GraphQL, you can find more information [here](https://docs.infrahub.app/topics/graphql).
Here is an example of using `curl` to make the query. Make sure to replace the `X-INFRAHUB-KEY` and the IP address with your actual details. Please also make sure to include the name of the branch in the URL. If you want to learn more about GraphQL, you can find more information [here](https://docs.infrahub.app/topics/graphql).

```graphql
curl -X POST http://localhost:8000/graphql/network-device-schema \
Expand Down

0 comments on commit 890ce0f

Please sign in to comment.