Skip to content

Commit a1fe28e

Browse files
committed
Add doc comment to SchemaOptions model
1 parent ea48430 commit a1fe28e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/graphql/lib/schema.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ using TypeSpec.Reflection;
55
namespace TypeSpec.GraphQL;
66

77
namespace Schema {
8+
/** Options for configuring a GraphQL schema. */
89
model SchemaOptions {
910
/**
1011
* The name of the GraphQL schema. Used in the output filename when emitting

0 commit comments

Comments
 (0)