From 4dce5647c53618f95335d51e0c3c5b0c71101439 Mon Sep 17 00:00:00 2001 From: jakedariagan <169093397+jakedariagan@users.noreply.github.com> Date: Sat, 11 May 2024 00:56:16 +0800 Subject: [PATCH] Update 00-dev.graphql Okay na --- composites/00-dev.graphql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composites/00-dev.graphql b/composites/00-dev.graphql index 7cd10c5..984f1f0 100644 --- a/composites/00-dev.graphql +++ b/composites/00-dev.graphql @@ -1,11 +1,11 @@ type CeramicDev - @createModel(accountRelation: SINGLE, description: "A Ceramic developer") { - developer: DID! @documentAccount + @createModel(accountRelation: SINGLE, description: "A Ceramic http://localhost:3000) { + http://localhost:3000/: DID! @documentAccount languages: Language! } -type AttestToDev @createModel(accountRelation: LIST, description: "Signals if user attests to another developer profile") { +type AttestToDev @createModel(accountRelation: LIST, description: "Signals if user attests to another http://localhost:3000 profile") { attester: DID! @documentAccount attestedProfileId: StreamID! @documentReference(model: "CeramicDev") profile: CeramicDev! @relationDocument(property: "attestedProfileId") @@ -31,4 +31,4 @@ type Language { WebAssembly: Proficiency Solidity: Proficiency Other: Proficiency -} \ No newline at end of file +}