@@ -107,9 +107,9 @@ and all of the interfaces' properties must be present and compatible.
107107
108108# #### Parameters
109109
110- | Name | Type | Description |
111- | ---------- | --------- | ----------- |
112- | interfaces | `Model[]` | |
110+ | Name | Type | Description |
111+ | ---------- | --------- | --------------------------------------------------------------------------- |
112+ | interfaces | `Model[]` | The models to compose into the target, each emitted as a GraphQL interface. |
113113
114114# #### Examples
115115
@@ -199,9 +199,9 @@ The operations become fields on the GraphQL type with their parameters as argume
199199
200200# #### Parameters
201201
202- | Name | Type | Description |
203- | ---------- | -------------------------- | ----------- |
204- | operations | `Operation \| Interface[]` | |
202+ | Name | Type | Description |
203+ | ---------- | -------------------------- | ---------------------------------------------------------------------------- |
204+ | operations | `Operation \| Interface[]` | The operations, or interfaces of operations, to add to the target as fields. |
205205
206206# #### Examples
207207
@@ -252,9 +252,9 @@ All types and operations within the namespace will be emitted to a single GraphQ
252252
253253# #### Parameters
254254
255- | Name | Type | Description |
256- | ------- | ----------------------------------------- | ----------- |
257- | options | [valueof `SchemaOptions`](#schemaoptions) | |
255+ | Name | Type | Description |
256+ | ------- | ----------------------------------------- | ----------------------------------------- |
257+ | options | [valueof `SchemaOptions`](#schemaoptions) | Options for the schema, such as its name. |
258258
259259# #### Examples
260260
0 commit comments