Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsurresh committed Oct 31, 2024
1 parent b772448 commit 2c501f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/guides/create-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ mutation {
}
}
```

![schema page screenshot](../media/guides/create_schema_graphql_1.png)

</TabItem>
Expand All @@ -141,6 +142,7 @@ curl -X POST http://localhost:8000/graphql/network-device-schema \
-H "X-INFRAHUB-KEY: 1802eed5-eeb7-cc45-2e4d-c51de9d66cba" \
-d '{"query": "mutation { NetworkDeviceCreate(data: {hostname: {value: \"atl1-edge1\"}, model: {value: \"Cisco ASR1002-HX\"}}) { ok object { id } } NetworkInterfaceCreate(data: {name: {value: \"Ethernet1\"}, description: {value: \"WAN interface\"}}) { ok object { id } } }"}'
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 2c501f6

Please sign in to comment.