Skip to content

Commit

Permalink
fix: add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 committed Mar 10, 2024
1 parent 7f8a28b commit 7d6466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The `@server` directive's `showcase` option allows for hands-on experimentation
#### Example Usage:

`Base schema`

```graphql showLineNumbers
schema @server(showcase: true) {
query: Query
Expand All @@ -32,7 +33,6 @@ To test it out, append `/showcase/graphql?config=YOUR_CONFIG_URL` to your GraphQ

The above example shows loading a schema file from Tailcall's Github repository [examples](https://github.com/tailcallhq/tailcall/tree/main/examples) and querying it.


#### Performance and Security Considerations

- **Performance Impact**: The `showcase` feature prioritizes flexibility and ease of testing over speed, leading to slower response times due to the overhead of dynamically applying configurations.
Expand Down

0 comments on commit 7d6466d

Please sign in to comment.