mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-14 08:58:02 -05:00
Updated model ID in definition
This commit is contained in:
@@ -43,14 +43,14 @@
|
||||
"release": "standard-version",
|
||||
"composedb:create-composite": "composedb composite:create packages/utils/schema/user-profile.graphql -o packages/utils/schema/user-profile-composite.json",
|
||||
"composedb:create-definition": "composedb composite:compile packages/utils/schema/user-profile-composite.json packages/utils/schema/user-profile-definition.json",
|
||||
"composedb:graphql-generate": "composedb composite:compile packages/utils/schema/user-profile-composite.json packages/utils/src/graphql/autogen/composeDBDefinition.ts",
|
||||
"composedb:graphql-generate": "composedb composite:compile packages/utils/schema/user-profile-composite.json packages/utils/src/graphql/composeDBDefinition.ts",
|
||||
"composedb:graphql-server": "composedb graphql:server --graphiql packages/utils/schema/user-profile-definition.json"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@composedb/cli": "^0.4.0",
|
||||
"@composedb/cli": "0.4.3",
|
||||
"@graphql-codegen/add": "3.1.1",
|
||||
"@graphql-codegen/cli": "2.7.0",
|
||||
"@graphql-codegen/introspection": "2.1.1",
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
/* eslint-disable */
|
||||
|
||||
// This is an auto-generated file, do not edit manually
|
||||
import type { RuntimeCompositeDefinition } from '@composedb/types';
|
||||
export const definition: RuntimeCompositeDefinition = {
|
||||
models: {
|
||||
Profile: {
|
||||
id: 'kjzl6hvfrbw6c5mo6czalm1f1tflwwwn7u8ktii9w30hcut5d53nfztpg0vvhy3',
|
||||
id: 'kjzl6hvfrbw6c9a47m2s7hoklin60281u08im4lhs8hnpo40xvfdon1j0wi5ysr',
|
||||
accountRelation: { type: 'single' },
|
||||
},
|
||||
},
|
||||
|
||||
@@ -2004,7 +2004,7 @@
|
||||
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
||||
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
|
||||
|
||||
"@composedb/cli@^0.4.0":
|
||||
"@composedb/cli@0.4.3":
|
||||
version "0.4.3"
|
||||
resolved "https://registry.yarnpkg.com/@composedb/cli/-/cli-0.4.3.tgz#b908c58cc8adfe0047486f8e5bb090865cb5db40"
|
||||
integrity sha512-YYe5rb20FaTXc1vIudMDWyBnJv3y2GgNcE7GLqRerzZfbGu+NMXuLteV4nWg4BhEgpUFz0NUZEZvqjf9ENkuGw==
|
||||
|
||||
Reference in New Issue
Block a user