diff --git a/scripts/graphql-schema-testnet.json b/scripts/graphql-schema-testnet.json index c4c4ee9..20d2b7d 100644 --- a/scripts/graphql-schema-testnet.json +++ b/scripts/graphql-schema-testnet.json @@ -138,32 +138,6 @@ "kind": "SCALAR" } }, - "CachedImage": { - "created_at": { - "type": "timestamptz", - "kind": "SCALAR" - }, - "model": { - "type": "String", - "kind": "SCALAR" - }, - "original_url": { - "type": "String", - "kind": "SCALAR" - }, - "safe": { - "type": "Boolean", - "kind": "SCALAR" - }, - "score": { - "type": "jsonb", - "kind": "SCALAR" - }, - "url": { - "type": "String", - "kind": "SCALAR" - } - }, "ChartDataOutput": { "count": { "type": "Int", @@ -206,12 +180,6 @@ "kind": "SCALAR" } }, - "PinOutput": { - "uri": { - "type": "String", - "kind": "SCALAR" - } - }, "PnlLeaderboardEntryOutput": { "account_id": { "type": "String", @@ -426,26 +394,6 @@ "kind": "SCALAR" } }, - "UploadImageFromUrlOutput": { - "images": { - "type": "CachedImage", - "kind": "OBJECT" - } - }, - "UploadJsonToIpfsOutput": { - "hash": { - "type": "String", - "kind": "SCALAR" - }, - "name": { - "type": "String", - "kind": "SCALAR" - }, - "size": { - "type": "String", - "kind": "SCALAR" - } - }, "account_pnl_rank": { "account_id": { "type": "String", @@ -3120,32 +3068,6 @@ "kind": "SCALAR" } }, - "mutation_root": { - "pinOrganization": { - "type": "PinOutput", - "kind": "OBJECT" - }, - "pinPerson": { - "type": "PinOutput", - "kind": "OBJECT" - }, - "pinThing": { - "type": "PinOutput", - "kind": "OBJECT" - }, - "uploadImage": { - "type": "UploadImageFromUrlOutput", - "kind": "OBJECT" - }, - "uploadImageFromUrl": { - "type": "UploadImageFromUrlOutput", - "kind": "OBJECT" - }, - "uploadJsonToIpfs": { - "type": "UploadJsonToIpfsOutput", - "kind": "OBJECT" - } - }, "organizations": { "atom": { "type": "atoms", @@ -14305,7 +14227,6 @@ }, "rootTypes": { "query": "query_root", - "mutation": "mutation_root", "subscription": "subscription_root" } }