From 152a20456fa73c7c2451505613cc128430ef5cd2 Mon Sep 17 00:00:00 2001 From: palisadoes Date: Thu, 19 Oct 2023 15:14:03 +0000 Subject: [PATCH] Update schema.json --- docs/github-actions/schema.json | 259 ++++++++++++++++++++++++++++++++ 1 file changed, 259 insertions(+) diff --git a/docs/github-actions/schema.json b/docs/github-actions/schema.json index 48b5570c85e..465cc7618d1 100644 --- a/docs/github-actions/schema.json +++ b/docs/github-actions/schema.json @@ -5598,6 +5598,107 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "createAdvertisement", + "description": null, + "args": [ + { + "name": "orgId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "link", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "type", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "startDate", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Date", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "endDate", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Date", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Advertisement", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "createPost", "description": null, @@ -6465,6 +6566,33 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "removeAdvertisement", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Advertisement", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "removeUserTag", "description": null, @@ -7891,6 +8019,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "getAdvertisements", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Advertisement", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "hasSubmittedFeedback", "description": null, @@ -9641,6 +9785,121 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "Advertisement", + "description": null, + "fields": [ + { + "name": "_id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orgId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "link", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "startDate", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Date", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "endDate", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Date", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "ExtendSession",