@snowtop/ent 0.1.0-alpha129 → 0.1.0-alpha130
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/parse_schema/parse.js +1 -0
- package/schema/schema.d.ts +1 -0
package/package.json
CHANGED
package/parse_schema/parse.js
CHANGED
|
@@ -267,6 +267,7 @@ async function parseSchema(potentialSchemas, globalSchema) {
|
|
|
267
267
|
actions: schema.actions?.map((action) => processAction(action)) || [],
|
|
268
268
|
assocEdges: [],
|
|
269
269
|
assocEdgeGroups: [],
|
|
270
|
+
customGraphQLInterfaces: schema.customGraphQLInterfaces,
|
|
270
271
|
};
|
|
271
272
|
// let's put patterns first just so we have id, created_at, updated_at first
|
|
272
273
|
// ¯\_(ツ)_/¯
|