@snowtop/ent 0.1.0-alpha140 → 0.1.0-alpha141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/schema.d.ts +2 -0
package/package.json
CHANGED
package/schema/schema.d.ts
CHANGED
|
@@ -205,6 +205,7 @@ export interface FieldEdge {
|
|
|
205
205
|
enforceSchema?: boolean;
|
|
206
206
|
getLoaderInfoFromSchema?: getLoaderInfoFn;
|
|
207
207
|
disableBuilderType?: boolean;
|
|
208
|
+
edgeConstName?: string;
|
|
208
209
|
}
|
|
209
210
|
interface PrivateOptions {
|
|
210
211
|
exposeToActions?: boolean;
|
|
@@ -244,6 +245,7 @@ export interface PolymorphicOptions {
|
|
|
244
245
|
hideFromInverseGraphQL?: boolean;
|
|
245
246
|
disableBuilderType?: boolean;
|
|
246
247
|
serverDefault?: any;
|
|
248
|
+
edgeConstName?: string;
|
|
247
249
|
}
|
|
248
250
|
export interface Field extends FieldOptions {
|
|
249
251
|
type: Type;
|