From a626c50a63a7546347b61d6d2f3587506908f44e Mon Sep 17 00:00:00 2001 From: jakedariagan <169093397+jakedariagan@users.noreply.github.com> Date: Sat, 11 May 2024 02:10:29 +0800 Subject: [PATCH] Update 00-dev.graphql https://github.com/ceramicstudio/sandbox-extension.git --- 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..7009432 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 +}