From 45abc1602c6c127ecfab6731529ba29c023de60a Mon Sep 17 00:00:00 2001 From: Marie Gauthier Date: Sat, 2 Mar 2024 14:22:00 +0100 Subject: [PATCH] feat: add project partners (#2301) --- web-marketplace/graphql.schema.json | 28533 ++++++++++------ .../organisms/Stakeholders/Stakeholders.tsx | 11 +- .../ProjectDetails.Stakeholders.tsx | 14 +- .../ProjectDetails/ProjectDetails.tsx | 8 +- .../ProjectDetails/ProjectDetails.utils.tsx | 6 +- .../ProjectDetails/hooks/useStakeholders.ts | 8 +- web-marketplace/src/generated/graphql.tsx | 1408 +- .../src/graphql/ProjectFragment.graphql | 7 + .../CreditClassDetailsSimple.Stakeholders.tsx | 2 +- 9 files changed, 19511 insertions(+), 10486 deletions(-) diff --git a/web-marketplace/graphql.schema.json b/web-marketplace/graphql.schema.json index 577ea05714..3d0d2801d4 100644 --- a/web-marketplace/graphql.schema.json +++ b/web-marketplace/graphql.schema.json @@ -924,8 +924,8 @@ "deprecationReason": null }, { - "name": "creditClassesByProjectDeveloperIdAndCreditClassId", - "description": "Reads and enables pagination through a set of `CreditClass`.", + "name": "uploadsByAccountId", + "description": "Reads and enables pagination through a set of `Upload`.", "args": [ { "name": "first", @@ -989,7 +989,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CreditClass`.", + "description": "The method to use when ordering `Upload`.", "type": { "kind": "LIST", "name": null, @@ -998,7 +998,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CreditClassesOrderBy", + "name": "UploadsOrderBy", "ofType": null } } @@ -1012,7 +1012,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CreditClassCondition", + "name": "UploadCondition", "ofType": null }, "defaultValue": null, @@ -1025,7 +1025,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyConnection", + "name": "UploadsConnection", "ofType": null } }, @@ -1033,8 +1033,8 @@ "deprecationReason": null }, { - "name": "accountsByProjectDeveloperIdAndVerifierId", - "description": "Reads and enables pagination through a set of `Account`.", + "name": "postsByCreatorAccountId", + "description": "Reads and enables pagination through a set of `Post`.", "args": [ { "name": "first", @@ -1098,7 +1098,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Account`.", + "description": "The method to use when ordering `Post`.", "type": { "kind": "LIST", "name": null, @@ -1107,7 +1107,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AccountsOrderBy", + "name": "PostsOrderBy", "ofType": null } } @@ -1121,7 +1121,19 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AccountCondition", + "name": "PostCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostFilter", "ofType": null }, "defaultValue": null, @@ -1134,7 +1146,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountAccountsByProjectDeveloperIdAndVerifierIdManyToManyConnection", + "name": "PostsConnection", "ofType": null } }, @@ -1142,8 +1154,8 @@ "deprecationReason": null }, { - "name": "accountsByProjectDeveloperIdAndAdminAccountId", - "description": "Reads and enables pagination through a set of `Account`.", + "name": "projectPartnersByAccountId", + "description": "Reads and enables pagination through a set of `ProjectPartner`.", "args": [ { "name": "first", @@ -1207,7 +1219,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Account`.", + "description": "The method to use when ordering `ProjectPartner`.", "type": { "kind": "LIST", "name": null, @@ -1216,7 +1228,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AccountsOrderBy", + "name": "ProjectPartnersOrderBy", "ofType": null } } @@ -1230,7 +1242,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AccountCondition", + "name": "ProjectPartnerCondition", "ofType": null }, "defaultValue": null, @@ -1243,7 +1255,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountAccountsByProjectDeveloperIdAndAdminAccountIdManyToManyConnection", + "name": "ProjectPartnersConnection", "ofType": null } }, @@ -1251,8 +1263,8 @@ "deprecationReason": null }, { - "name": "accountsByProjectVerifierIdAndDeveloperId", - "description": "Reads and enables pagination through a set of `Account`.", + "name": "creditClassesByProjectDeveloperIdAndCreditClassId", + "description": "Reads and enables pagination through a set of `CreditClass`.", "args": [ { "name": "first", @@ -1316,7 +1328,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Account`.", + "description": "The method to use when ordering `CreditClass`.", "type": { "kind": "LIST", "name": null, @@ -1325,7 +1337,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AccountsOrderBy", + "name": "CreditClassesOrderBy", "ofType": null } } @@ -1339,7 +1351,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AccountCondition", + "name": "CreditClassCondition", "ofType": null }, "defaultValue": null, @@ -1352,7 +1364,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountAccountsByProjectVerifierIdAndDeveloperIdManyToManyConnection", + "name": "AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyConnection", "ofType": null } }, @@ -1360,8 +1372,8 @@ "deprecationReason": null }, { - "name": "creditClassesByProjectVerifierIdAndCreditClassId", - "description": "Reads and enables pagination through a set of `CreditClass`.", + "name": "accountsByProjectDeveloperIdAndVerifierId", + "description": "Reads and enables pagination through a set of `Account`.", "args": [ { "name": "first", @@ -1425,7 +1437,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CreditClass`.", + "description": "The method to use when ordering `Account`.", "type": { "kind": "LIST", "name": null, @@ -1434,7 +1446,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CreditClassesOrderBy", + "name": "AccountsOrderBy", "ofType": null } } @@ -1448,7 +1460,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CreditClassCondition", + "name": "AccountCondition", "ofType": null }, "defaultValue": null, @@ -1461,7 +1473,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectVerifierIdAndCreditClassIdManyToManyConnection", + "name": "AccountAccountsByProjectDeveloperIdAndVerifierIdManyToManyConnection", "ofType": null } }, @@ -1469,7 +1481,7 @@ "deprecationReason": null }, { - "name": "accountsByProjectVerifierIdAndAdminAccountId", + "name": "accountsByProjectDeveloperIdAndAdminAccountId", "description": "Reads and enables pagination through a set of `Account`.", "args": [ { @@ -1570,7 +1582,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountAccountsByProjectVerifierIdAndAdminAccountIdManyToManyConnection", + "name": "AccountAccountsByProjectDeveloperIdAndAdminAccountIdManyToManyConnection", "ofType": null } }, @@ -1578,7 +1590,7 @@ "deprecationReason": null }, { - "name": "accountsByProjectAdminAccountIdAndDeveloperId", + "name": "accountsByProjectVerifierIdAndDeveloperId", "description": "Reads and enables pagination through a set of `Account`.", "args": [ { @@ -1679,7 +1691,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyConnection", + "name": "AccountAccountsByProjectVerifierIdAndDeveloperIdManyToManyConnection", "ofType": null } }, @@ -1687,7 +1699,7 @@ "deprecationReason": null }, { - "name": "creditClassesByProjectAdminAccountIdAndCreditClassId", + "name": "creditClassesByProjectVerifierIdAndCreditClassId", "description": "Reads and enables pagination through a set of `CreditClass`.", "args": [ { @@ -1788,7 +1800,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyConnection", + "name": "AccountCreditClassesByProjectVerifierIdAndCreditClassIdManyToManyConnection", "ofType": null } }, @@ -1796,7 +1808,7 @@ "deprecationReason": null }, { - "name": "accountsByProjectAdminAccountIdAndVerifierId", + "name": "accountsByProjectVerifierIdAndAdminAccountId", "description": "Reads and enables pagination through a set of `Account`.", "args": [ { @@ -1897,174 +1909,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "ID", - "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "String", - "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyConnection", - "description": "A connection to a list of `Account` values, with data from `Project`.", - "fields": [ - { - "name": "nodes", - "description": "A list of `Account` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "edges", - "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `Account` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "AccountAccountsByProjectVerifierIdAndAdminAccountIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyEdge", - "description": "A `Account` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Account` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectsByDeveloperId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "accountsByProjectAdminAccountIdAndDeveloperId", + "description": "Reads and enables pagination through a set of `Account`.", "args": [ { "name": "first", @@ -2128,7 +1982,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Account`.", "type": { "kind": "LIST", "name": null, @@ -2137,7 +1991,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "AccountsOrderBy", "ofType": null } } @@ -2151,19 +2005,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "AccountCondition", "ofType": null }, "defaultValue": null, @@ -2176,138 +2018,125 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyConnection", - "description": "A connection to a list of `Account` values, with data from `Project`.", - "fields": [ - { - "name": "nodes", - "description": "A list of `Account` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "name": "creditClassesByProjectAdminAccountIdAndCreditClassId", + "description": "Reads and enables pagination through a set of `CreditClass`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CreditClass`.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditClassesOrderBy", + "ofType": null + } } - } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditClassCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `Account` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyEdge", - "description": "A `Account` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Account` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectsByVerifierId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "accountsByProjectAdminAccountIdAndVerifierId", + "description": "Reads and enables pagination through a set of `Account`.", "args": [ { "name": "first", @@ -2371,7 +2200,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Account`.", "type": { "kind": "LIST", "name": null, @@ -2380,7 +2209,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "AccountsOrderBy", "ofType": null } } @@ -2394,19 +2223,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "AccountCondition", "ofType": null }, "defaultValue": null, @@ -2419,137 +2236,15 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectDeveloperIdAndAdminAccountIdManyToManyConnection", - "description": "A connection to a list of `Account` values, with data from `Project`.", - "fields": [ - { - "name": "nodes", - "description": "A list of `Account` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountAccountsByProjectDeveloperIdAndAdminAccountIdManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `Account` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectDeveloperIdAndAdminAccountIdManyToManyEdge", - "description": "A `Account` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Account` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByAdminAccountId", + "name": "projectsByUploadAccountIdAndProjectId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -2662,137 +2357,15 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectDeveloperIdAndVerifierIdManyToManyConnection", - "description": "A connection to a list of `Account` values, with data from `Project`.", - "fields": [ - { - "name": "nodes", - "description": "A list of `Account` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "edges", - "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountAccountsByProjectDeveloperIdAndVerifierIdManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `Account` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "AccountProjectsByUploadAccountIdAndProjectIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectDeveloperIdAndVerifierIdManyToManyEdge", - "description": "A `Account` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Account` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectsByVerifierId", + "name": "projectsByPostCreatorAccountIdAndProjectId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -2905,60 +2478,217 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountAccountsByProjectVerifierIdAndAdminAccountIdManyToManyConnection", - "description": "A connection to a list of `Account` values, with data from `Project`.", - "fields": [ - { - "name": "nodes", - "description": "A list of `Account` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountAccountsByProjectVerifierIdAndAdminAccountIdManyToManyEdge", + "name": "projectsByProjectPartnerAccountIdAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "ID", + "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "String", + "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Int", + "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Project`.", + "fields": [ + { + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyEdge", "ofType": null } } @@ -3007,7 +2737,7 @@ }, { "kind": "OBJECT", - "name": "AccountAccountsByProjectVerifierIdAndAdminAccountIdManyToManyEdge", + "name": "AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyEdge", "description": "A `Account` edge in the connection, with data from `Project`.", "fields": [ { @@ -3035,7 +2765,7 @@ "deprecationReason": null }, { - "name": "projectsByAdminAccountId", + "name": "projectsByDeveloperId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -3163,7 +2893,7 @@ }, { "kind": "OBJECT", - "name": "AccountAccountsByProjectVerifierIdAndDeveloperIdManyToManyConnection", + "name": "AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyConnection", "description": "A connection to a list of `Account` values, with data from `Project`.", "fields": [ { @@ -3201,7 +2931,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountAccountsByProjectVerifierIdAndDeveloperIdManyToManyEdge", + "name": "AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyEdge", "ofType": null } } @@ -3250,7 +2980,7 @@ }, { "kind": "OBJECT", - "name": "AccountAccountsByProjectVerifierIdAndDeveloperIdManyToManyEdge", + "name": "AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyEdge", "description": "A `Account` edge in the connection, with data from `Project`.", "fields": [ { @@ -3278,7 +3008,7 @@ "deprecationReason": null }, { - "name": "projectsByDeveloperId", + "name": "projectsByVerifierId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -3405,201 +3135,34 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "AccountCondition", - "description": "A condition to be used against `Account` object types. All fields are tested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "AccountAccountsByProjectDeveloperIdAndAdminAccountIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Project`.", + "fields": [ { - "name": "id", - "description": "Checks for equality with the object’s `id` field.", + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": "Checks for equality with the object’s `type` field.", - "type": { - "kind": "ENUM", - "name": "AccountType", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": "Checks for equality with the object’s `name` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "Checks for equality with the object’s `description` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": "Checks for equality with the object’s `image` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "bgImage", - "description": "Checks for equality with the object’s `bgImage` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "twitterLink", - "description": "Checks for equality with the object’s `twitterLink` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "websiteLink", - "description": "Checks for equality with the object’s `websiteLink` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creatorId", - "description": "Checks for equality with the object’s `creatorId` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nonce", - "description": "Checks for equality with the object’s `nonce` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "addr", - "description": "Checks for equality with the object’s `addr` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyConnection", - "description": "A connection to a list of `CreditClass` values, with data from `Project`.", - "fields": [ - { - "name": "nodes", - "description": "A list of `CreditClass` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "edges", - "description": "A list of edges which contains the `CreditClass`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -3611,7 +3174,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyEdge", + "name": "AccountAccountsByProjectDeveloperIdAndAdminAccountIdManyToManyEdge", "ofType": null } } @@ -3638,7 +3201,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CreditClass` you could get from the connection.", + "description": "The count of *all* `Account` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -3660,8 +3223,8 @@ }, { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyEdge", - "description": "A `CreditClass` edge in the connection, with data from `Project`.", + "name": "AccountAccountsByProjectDeveloperIdAndAdminAccountIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -3677,18 +3240,18 @@ }, { "name": "node", - "description": "The `CreditClass` at the end of the edge.", + "description": "The `Account` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditClass", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByCreditClassId", + "name": "projectsByAdminAccountId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -3816,12 +3379,12 @@ }, { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyConnection", - "description": "A connection to a list of `CreditClass` values, with data from `Project`.", + "name": "AccountAccountsByProjectDeveloperIdAndVerifierIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Project`.", "fields": [ { "name": "nodes", - "description": "A list of `CreditClass` objects.", + "description": "A list of `Account` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -3831,7 +3394,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CreditClass", + "name": "Account", "ofType": null } } @@ -3841,7 +3404,7 @@ }, { "name": "edges", - "description": "A list of edges which contains the `CreditClass`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -3854,7 +3417,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyEdge", + "name": "AccountAccountsByProjectDeveloperIdAndVerifierIdManyToManyEdge", "ofType": null } } @@ -3881,7 +3444,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CreditClass` you could get from the connection.", + "description": "The count of *all* `Account` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -3903,8 +3466,8 @@ }, { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyEdge", - "description": "A `CreditClass` edge in the connection, with data from `Project`.", + "name": "AccountAccountsByProjectDeveloperIdAndVerifierIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -3920,18 +3483,18 @@ }, { "name": "node", - "description": "The `CreditClass` at the end of the edge.", + "description": "The `Account` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditClass", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByCreditClassId", + "name": "projectsByVerifierId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -4059,12 +3622,12 @@ }, { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectVerifierIdAndCreditClassIdManyToManyConnection", - "description": "A connection to a list of `CreditClass` values, with data from `Project`.", + "name": "AccountAccountsByProjectVerifierIdAndAdminAccountIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Project`.", "fields": [ { "name": "nodes", - "description": "A list of `CreditClass` objects.", + "description": "A list of `Account` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -4074,7 +3637,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CreditClass", + "name": "Account", "ofType": null } } @@ -4084,7 +3647,7 @@ }, { "name": "edges", - "description": "A list of edges which contains the `CreditClass`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -4097,7 +3660,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectVerifierIdAndCreditClassIdManyToManyEdge", + "name": "AccountAccountsByProjectVerifierIdAndAdminAccountIdManyToManyEdge", "ofType": null } } @@ -4124,7 +3687,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CreditClass` you could get from the connection.", + "description": "The count of *all* `Account` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -4146,8 +3709,8 @@ }, { "kind": "OBJECT", - "name": "AccountCreditClassesByProjectVerifierIdAndCreditClassIdManyToManyEdge", - "description": "A `CreditClass` edge in the connection, with data from `Project`.", + "name": "AccountAccountsByProjectVerifierIdAndAdminAccountIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -4163,18 +3726,18 @@ }, { "name": "node", - "description": "The `CreditClass` at the end of the edge.", + "description": "The `Account` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditClass", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByCreditClassId", + "name": "projectsByAdminAccountId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -4301,93 +3864,260 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "AccountInput", - "description": "An input for mutations affecting `Account`", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "AccountAccountsByProjectVerifierIdAndDeveloperIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Project`.", + "fields": [ { - "name": "id", - "description": null, + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AccountAccountsByProjectVerifierIdAndDeveloperIdManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "type", - "description": null, + "name": "totalCount", + "description": "The count of *all* `Account` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "AccountType", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AccountAccountsByProjectVerifierIdAndDeveloperIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "name", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": null, + "name": "node", + "description": "The `Account` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Account", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "image", - "description": null, + "name": "projectsByDeveloperId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "description": "A condition to be used against `Account` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null }, "defaultValue": null, @@ -4395,11 +4125,11 @@ "deprecationReason": null }, { - "name": "bgImage", - "description": null, + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, "defaultValue": null, @@ -4407,11 +4137,11 @@ "deprecationReason": null }, { - "name": "twitterLink", - "description": null, + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, "defaultValue": null, @@ -4419,11 +4149,11 @@ "deprecationReason": null }, { - "name": "websiteLink", - "description": null, + "name": "type", + "description": "Checks for equality with the object’s `type` field.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "AccountType", "ofType": null }, "defaultValue": null, @@ -4431,11 +4161,11 @@ "deprecationReason": null }, { - "name": "creatorId", - "description": null, + "name": "name", + "description": "Checks for equality with the object’s `name` field.", "type": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null }, "defaultValue": null, @@ -4443,8 +4173,8 @@ "deprecationReason": null }, { - "name": "nonce", - "description": null, + "name": "description", + "description": "Checks for equality with the object’s `description` field.", "type": { "kind": "SCALAR", "name": "String", @@ -4455,103 +4185,8 @@ "deprecationReason": null }, { - "name": "addr", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "AccountPatch", - "description": "Represents an update to a `Account`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ - { - "name": "id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "type": { - "kind": "ENUM", - "name": "AccountType", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, + "name": "image", + "description": "Checks for equality with the object’s `image` field.", "type": { "kind": "SCALAR", "name": "String", @@ -4563,7 +4198,7 @@ }, { "name": "bgImage", - "description": null, + "description": "Checks for equality with the object’s `bgImage` field.", "type": { "kind": "SCALAR", "name": "String", @@ -4575,7 +4210,7 @@ }, { "name": "twitterLink", - "description": null, + "description": "Checks for equality with the object’s `twitterLink` field.", "type": { "kind": "SCALAR", "name": "String", @@ -4587,7 +4222,7 @@ }, { "name": "websiteLink", - "description": null, + "description": "Checks for equality with the object’s `websiteLink` field.", "type": { "kind": "SCALAR", "name": "String", @@ -4599,7 +4234,7 @@ }, { "name": "creatorId", - "description": null, + "description": "Checks for equality with the object’s `creatorId` field.", "type": { "kind": "SCALAR", "name": "UUID", @@ -4611,7 +4246,7 @@ }, { "name": "nonce", - "description": null, + "description": "Checks for equality with the object’s `nonce` field.", "type": { "kind": "SCALAR", "name": "String", @@ -4623,7 +4258,7 @@ }, { "name": "addr", - "description": null, + "description": "Checks for equality with the object’s `addr` field.", "type": { "kind": "SCALAR", "name": "String", @@ -4638,37 +4273,14 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "ENUM", - "name": "AccountType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "USER", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ORGANIZATION", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, { "kind": "OBJECT", - "name": "AccountsConnection", - "description": "A connection to a list of `Account` values.", + "name": "AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyConnection", + "description": "A connection to a list of `CreditClass` values, with data from `Project`.", "fields": [ { "name": "nodes", - "description": "A list of `Account` objects.", + "description": "A list of `CreditClass` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -4678,7 +4290,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Account", + "name": "CreditClass", "ofType": null } } @@ -4688,7 +4300,7 @@ }, { "name": "edges", - "description": "A list of edges which contains the `Account` and cursor to aid in pagination.", + "description": "A list of edges which contains the `CreditClass`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -4701,7 +4313,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountsEdge", + "name": "AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyEdge", "ofType": null } } @@ -4728,7 +4340,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Account` you could get from the connection.", + "description": "The count of *all* `CreditClass` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -4750,8 +4362,8 @@ }, { "kind": "OBJECT", - "name": "AccountsEdge", - "description": "A `Account` edge in the connection.", + "name": "AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyEdge", + "description": "A `CreditClass` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -4767,316 +4379,569 @@ }, { "name": "node", - "description": "The `Account` at the end of the edge.", + "description": "The `CreditClass` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "CreditClass", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "AccountsOrderBy", - "description": "Methods to use when ordering `Account`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TYPE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TYPE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DESCRIPTION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DESCRIPTION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "IMAGE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "IMAGE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "BG_IMAGE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "BG_IMAGE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TWITTER_LINK_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TWITTER_LINK_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "WEBSITE_LINK_ASC", - "description": null, + "name": "projectsByCreditClassId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyConnection", + "description": "A connection to a list of `CreditClass` values, with data from `Project`.", + "fields": [ { - "name": "WEBSITE_LINK_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CreditClass` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATOR_ID_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CreditClass`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATOR_ID_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "NONCE_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CreditClass` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyEdge", + "description": "A `CreditClass` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "NONCE_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ADDR_ASC", - "description": null, + "name": "node", + "description": "The `CreditClass` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ADDR_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_DESC", - "description": null, + "name": "projectsByCreditClassId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null } ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "BigFloat", - "description": "A floating point number that requires more precision than IEEE 754 binary 64", - "fields": null, "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreateAccountInput", - "description": "All input for the create `Account` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "AccountCreditClassesByProjectVerifierIdAndCreditClassIdManyToManyConnection", + "description": "A connection to a list of `CreditClass` values, with data from `Project`.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "nodes", + "description": "A list of `CreditClass` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "account", - "description": "The `Account` to be created by this mutation.", + "name": "edges", + "description": "A list of edges which contains the `CreditClass`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AccountCreditClassesByProjectVerifierIdAndCreditClassIdManyToManyEdge", + "ofType": null + } + } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateAccountPayload", - "description": "The output of our create `Account` mutation.", - "fields": [ + }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "account", - "description": "The `Account` that was created by this mutation.", + "name": "totalCount", + "description": "The count of *all* `CreditClass` you could get from the connection.", "args": [], "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AccountCreditClassesByProjectVerifierIdAndCreditClassIdManyToManyEdge", + "description": "A `CreditClass` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByCreatorId", - "description": "Reads a single `Account` that is related to this `Account`.", + "name": "node", + "description": "The `CreditClass` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "CreditClass", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountEdge", - "description": "An edge for our `Account`. May be used by Relay 1.", + "name": "projectsByCreditClassId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "orderBy", - "description": "The method to use when ordering `Account`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -5085,7 +4950,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AccountsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -5093,12 +4958,40 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { - "kind": "OBJECT", - "name": "AccountsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -5111,16 +5004,16 @@ }, { "kind": "INPUT_OBJECT", - "name": "CreateCreditBatchInput", - "description": "All input for the create `CreditBatch` mutation.", + "name": "AccountInput", + "description": "An input for mutations affecting `Account`", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "id", + "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null }, "defaultValue": null, @@ -5128,142 +5021,123 @@ "deprecationReason": null }, { - "name": "creditBatch", - "description": "The `CreditBatch` to be created by this mutation.", + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchInput", + "kind": "ENUM", + "name": "AccountType", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateCreditBatchPayload", - "description": "The output of our create `CreditBatch` mutation.", - "fields": [ + }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "name", + "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditBatch", - "description": "The `CreditBatch` that was created by this mutation.", - "args": [], + "name": "description", + "description": null, "type": { - "kind": "OBJECT", - "name": "CreditBatch", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], + "name": "image", + "description": null, "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `CreditBatch`.", - "args": [], + "name": "bgImage", + "description": null, "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionByCreditClassVersionIdAndCreditClassVersionCreatedAt", - "description": "Reads a single `CreditClassVersion` that is related to this `CreditBatch`.", - "args": [], + "name": "twitterLink", + "description": null, "type": { - "kind": "OBJECT", - "name": "CreditClassVersion", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditBatchEdge", - "description": "An edge for our `CreditBatch`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `CreditBatch`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditBatchesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "websiteLink", + "description": null, "type": { - "kind": "OBJECT", - "name": "CreditBatchesEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateCreditClassInput", - "description": "All input for the create `CreditClass` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "creatorId", + "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null }, "defaultValue": null, @@ -5271,16 +5145,24 @@ "deprecationReason": null }, { - "name": "creditClass", - "description": "The `CreditClass` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditClassInput", - "ofType": null - } + "name": "nonce", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "addr", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -5292,106 +5174,62 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CreateCreditClassPayload", - "description": "The output of our create `CreditClass` mutation.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "AccountPatch", + "description": "Represents an update to a `Account`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "id", + "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClass", - "description": "The `CreditClass` that was created by this mutation.", - "args": [], + "name": "createdAt", + "description": null, "type": { - "kind": "OBJECT", - "name": "CreditClass", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], + "name": "updatedAt", + "description": null, "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByRegistryId", - "description": "Reads a single `Account` that is related to this `CreditClass`.", - "args": [], + "name": "type", + "description": null, "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "ENUM", + "name": "AccountType", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassEdge", - "description": "An edge for our `CreditClass`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `CreditClass`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditClassesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreditClassesEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateCreditClassVersionInput", - "description": "All input for the create `CreditClassVersion` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "name", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -5402,127 +5240,80 @@ "deprecationReason": null }, { - "name": "creditClassVersion", - "description": "The `CreditClassVersion` to be created by this mutation.", + "name": "description", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateCreditClassVersionPayload", - "description": "The output of our create `CreditClassVersion` mutation.", - "fields": [ + }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "image", + "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersion", - "description": "The `CreditClassVersion` that was created by this mutation.", - "args": [], + "name": "bgImage", + "description": null, "type": { - "kind": "OBJECT", - "name": "CreditClassVersion", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], + "name": "twitterLink", + "description": null, "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassById", - "description": "Reads a single `CreditClass` that is related to this `CreditClassVersion`.", - "args": [], + "name": "websiteLink", + "description": null, "type": { - "kind": "OBJECT", - "name": "CreditClass", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionEdge", - "description": "An edge for our `CreditClassVersion`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `CreditClassVersion`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditClassVersionsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creatorId", + "description": null, "type": { - "kind": "OBJECT", - "name": "CreditClassVersionsEdge", + "kind": "SCALAR", + "name": "UUID", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateDocumentInput", - "description": "All input for the create `Document` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "nonce", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -5533,16 +5324,12 @@ "deprecationReason": null }, { - "name": "document", - "description": "The `Document` to be created by this mutation.", + "name": "addr", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DocumentInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -5555,183 +5342,187 @@ }, { "kind": "OBJECT", - "name": "CreateDocumentPayload", - "description": "The output of our create `Document` mutation.", + "name": "AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `Post`.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "nodes", + "description": "A list of `Project` objects.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "document", - "description": "The `Document` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Document", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `Document`.", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `Post`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "documentEdge", - "description": "An edge for our `Document`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `Document`.", - "type": { - "kind": "LIST", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DocumentsOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null + } } - ], - "type": { - "kind": "OBJECT", - "name": "DocumentsEdge", - "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateMetadataGraphInput", - "description": "All input for the create `MetadataGraph` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadataGraph", - "description": "The `MetadataGraph` to be created by this mutation.", + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphInput", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CreateMetadataGraphPayload", - "description": "The output of our create `MetadataGraph` mutation.", + "name": "AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `Post`.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "metadataGraph", - "description": "The `MetadataGraph` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MetadataGraph", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "node", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadataGraphEdge", - "description": "An edge for our `MetadataGraph`. May be used by Relay 1.", + "name": "postsByProjectId", + "description": "Reads and enables pagination through a set of `Post`.", "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "orderBy", - "description": "The method to use when ordering `MetadataGraph`.", + "description": "The method to use when ordering `Post`.", "type": { "kind": "LIST", "name": null, @@ -5740,7 +5531,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MetadataGraphsOrderBy", + "name": "PostsOrderBy", "ofType": null } } @@ -5748,12 +5539,40 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { - "kind": "OBJECT", - "name": "MetadataGraphsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PostsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -5765,126 +5584,82 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreateOrganizationInput", - "description": "All input for the create `Organization` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectPartner`.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "organization", - "description": "The `Organization` to be created by this mutation.", + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "OrganizationInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateOrganizationPayload", - "description": "The output of our create `Organization` mutation.", - "fields": [ - { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "organization", - "description": "The `Organization` that was created by this mutation.", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `ProjectPartner`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Organization", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByAccountId", - "description": "Reads a single `Account` that is related to this `Organization`.", + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "organizationEdge", - "description": "An edge for our `Organization`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `Organization`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrganizationsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null } - ], - "type": { - "kind": "OBJECT", - "name": "OrganizationsEdge", - "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -5896,140 +5671,223 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreateProjectInput", - "description": "All input for the create `Project` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectPartner`.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "project", - "description": "The `Project` to be created by this mutation.", + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectInput", - "ofType": null - } + "kind": "OBJECT", + "name": "Project", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CreateProjectPayload", - "description": "The output of our create `Project` mutation.", + "name": "AccountProjectsByUploadAccountIdAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `Upload`.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "nodes", + "description": "A list of `Project` objects.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "project", - "description": "The `Project` that was created by this mutation.", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `Upload`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AccountProjectsByUploadAccountIdAndProjectIdManyToManyEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByDeveloperId", - "description": "Reads a single `Account` that is related to this `Project`.", + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AccountProjectsByUploadAccountIdAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `Upload`.", + "fields": [ { - "name": "creditClassByCreditClassId", - "description": "Reads a single `CreditClass` that is related to this `Project`.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CreditClass", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByVerifierId", - "description": "Reads a single `Account` that is related to this `Project`.", + "name": "node", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByAdminAccountId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectEdge", - "description": "An edge for our `Project`. May be used by Relay 1.", + "name": "uploadsByProjectId", + "description": "Reads and enables pagination through a set of `Upload`.", "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Upload`.", "type": { "kind": "LIST", "name": null, @@ -6038,7 +5896,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "UploadsOrderBy", "ofType": null } } @@ -6046,12 +5904,28 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UploadCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { - "kind": "OBJECT", - "name": "ProjectsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UploadsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -6063,114 +5937,105 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreateShaclGraphInput", - "description": "All input for the create `ShaclGraph` mutation.", + "kind": "ENUM", + "name": "AccountType", + "description": null, "fields": null, - "inputFields": [ + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, + "name": "USER", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraph", - "description": "The `ShaclGraph` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphInput", - "ofType": null - } - }, - "defaultValue": null, + "name": "ORGANIZATION", + "description": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CreateShaclGraphPayload", - "description": "The output of our create `ShaclGraph` mutation.", + "name": "AccountsConnection", + "description": "A connection to a list of `Account` values.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "nodes", + "description": "A list of `Account` objects.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraph", - "description": "The `ShaclGraph` that was created by this mutation.", + "name": "edges", + "description": "A list of edges which contains the `Account` and cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "ShaclGraph", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AccountsEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraphEdge", - "description": "An edge for our `ShaclGraph`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `ShaclGraph`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ShaclGraphsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "totalCount", + "description": "The count of *all* `Account` you could get from the connection.", + "args": [], "type": { - "kind": "OBJECT", - "name": "ShaclGraphsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -6183,514 +6048,292 @@ }, { "kind": "OBJECT", - "name": "CreditBatch", - "description": null, + "name": "AccountsEdge", + "description": "A `Account` edge in the connection.", "fields": [ { - "name": "nodeId", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Cursor", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "node", + "description": "The `Account` at the end of the edge.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } + "kind": "OBJECT", + "name": "Account", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "createdAt", + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "AccountsOrderBy", + "description": "Methods to use when ordering `Account`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectId", + "name": "ID_ASC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "units", + "name": "ID_DESC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionId", + "name": "CREATED_AT_ASC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionCreatedAt", + "name": "CREATED_AT_DESC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "UPDATED_AT_ASC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "batchDenom", + "name": "UPDATED_AT_DESC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `CreditBatch`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, + "name": "TYPE_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionByCreditClassVersionIdAndCreditClassVersionCreatedAt", - "description": "Reads a single `CreditClassVersion` that is related to this `CreditBatch`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CreditClassVersion", - "ofType": null - }, + "name": "TYPE_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreditBatchCondition", - "description": "A condition to be used against `CreditBatch` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + }, { - "name": "id", - "description": "Checks for equality with the object’s `id` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, + "name": "NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, + "name": "NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectId", - "description": "Checks for equality with the object’s `projectId` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, + "name": "DESCRIPTION_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "units", - "description": "Checks for equality with the object’s `units` field.", - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null, + "name": "DESCRIPTION_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionId", - "description": "Checks for equality with the object’s `creditClassVersionId` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, + "name": "IMAGE_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionCreatedAt", - "description": "Checks for equality with the object’s `creditClassVersionCreatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, + "name": "IMAGE_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", - "description": "Checks for equality with the object’s `metadata` field.", - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null, + "name": "BG_IMAGE_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "batchDenom", - "description": "Checks for equality with the object’s `batchDenom` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, + "name": "BG_IMAGE_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreditBatchFilter", - "description": "A filter to be used against `CreditBatch` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + }, { - "name": "metadata", - "description": "Filter by the object’s `metadata` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "JSONFilter", - "ofType": null - }, - "defaultValue": null, + "name": "TWITTER_LINK_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchFilter", - "ofType": null - } - } - }, - "defaultValue": null, + "name": "TWITTER_LINK_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchFilter", - "ofType": null - } - } - }, - "defaultValue": null, + "name": "WEBSITE_LINK_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchFilter", - "ofType": null - }, - "defaultValue": null, + "name": "WEBSITE_LINK_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreditBatchInput", - "description": "An input for mutations affecting `CreditBatch`", - "fields": null, - "inputFields": [ + }, { - "name": "id", + "name": "CREATOR_ID_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "CREATOR_ID_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectId", + "name": "NONCE_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "units", + "name": "NONCE_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionId", + "name": "ADDR_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionCreatedAt", + "name": "ADDR_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "PRIMARY_KEY_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "batchDenom", + "name": "PRIMARY_KEY_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "BigFloat", + "description": "A floating point number that requires more precision than IEEE 754 binary 64", + "fields": null, + "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreditBatchPatch", - "description": "Represents an update to a `CreditBatch`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ - { - "name": "id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "Context", + "description": null, + "fields": [ { - "name": "projectId", + "name": "column", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "UUID", + "name": "JSON", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ContextCondition", + "description": "A condition to be used against `Context` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "units", - "description": null, + "name": "column", + "description": "Checks for equality with the object’s `column` field.", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "JSON", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ContextFilter", + "description": "A filter to be used against `Context` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "creditClassVersionId", - "description": null, + "name": "column", + "description": "Filter by the object’s `column` field.", "type": { - "kind": "SCALAR", - "name": "UUID", + "kind": "INPUT_OBJECT", + "name": "JSONFilter", "ofType": null }, "defaultValue": null, @@ -6698,35 +6341,51 @@ "deprecationReason": null }, { - "name": "creditClassVersionCreatedAt", - "description": null, + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ContextFilter", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", - "description": null, + "name": "or", + "description": "Checks for any expressions in this list.", "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ContextFilter", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "batchDenom", - "description": null, + "name": "not", + "description": "Negates the expression.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ContextFilter", "ofType": null }, "defaultValue": null, @@ -6740,12 +6399,12 @@ }, { "kind": "OBJECT", - "name": "CreditBatchesConnection", - "description": "A connection to a list of `CreditBatch` values.", + "name": "ContextsConnection", + "description": "A connection to a list of `Context` values.", "fields": [ { "name": "nodes", - "description": "A list of `CreditBatch` objects.", + "description": "A list of `Context` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -6755,7 +6414,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CreditBatch", + "name": "Context", "ofType": null } } @@ -6765,7 +6424,7 @@ }, { "name": "edges", - "description": "A list of edges which contains the `CreditBatch` and cursor to aid in pagination.", + "description": "A list of edges which contains the `Context` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -6778,7 +6437,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CreditBatchesEdge", + "name": "ContextsEdge", "ofType": null } } @@ -6805,7 +6464,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CreditBatch` you could get from the connection.", + "description": "The count of *all* `Context` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -6827,8 +6486,8 @@ }, { "kind": "OBJECT", - "name": "CreditBatchesEdge", - "description": "A `CreditBatch` edge in the connection.", + "name": "ContextsEdge", + "description": "A `Context` edge in the connection.", "fields": [ { "name": "cursor", @@ -6844,11 +6503,11 @@ }, { "name": "node", - "description": "The `CreditBatch` at the end of the edge.", + "description": "The `Context` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditBatch", + "name": "Context", "ofType": null }, "isDeprecated": false, @@ -6862,8 +6521,8 @@ }, { "kind": "ENUM", - "name": "CreditBatchesOrderBy", - "description": "Methods to use when ordering `CreditBatch`.", + "name": "ContextsOrderBy", + "description": "Methods to use when ordering `Context`.", "fields": null, "inputFields": null, "interfaces": null, @@ -6875,304 +6534,262 @@ "deprecationReason": null }, { - "name": "ID_ASC", + "name": "COLUMN_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", + "name": "COLUMN_DESC", "description": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateAccountInput", + "description": "All input for the create `Account` mutation.", + "fields": null, + "inputFields": [ { - "name": "CREATED_AT_ASC", - "description": null, + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", - "description": null, + "name": "account", + "description": "The `Account` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountInput", + "ofType": null + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "PROJECT_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNITS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNITS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREDIT_CLASS_VERSION_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREDIT_CLASS_VERSION_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREDIT_CLASS_VERSION_CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREDIT_CLASS_VERSION_CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "METADATA_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateAccountPayload", + "description": "The output of our create `Account` mutation.", + "fields": [ { - "name": "METADATA_DESC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "BATCH_DENOM_ASC", - "description": null, + "name": "account", + "description": "The `Account` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "BATCH_DENOM_DESC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", - "description": null, + "name": "accountByCreatorId", + "description": "Reads a single `Account` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", - "description": null, + "name": "accountEdge", + "description": "An edge for our `Account`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "AccountsEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CreditClass", - "description": null, - "fields": [ - { - "name": "nodeId", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INPUT_OBJECT", + "name": "CreateCreditBatchInput", + "description": "All input for the create `CreditBatch` mutation.", + "fields": null, + "inputFields": [ { - "name": "id", - "description": null, - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, - "args": [], + "name": "creditBatch", + "description": "The `CreditBatch` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "CreditBatchInput", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateCreditBatchPayload", + "description": "The output of our create `CreditBatch` mutation.", + "fields": [ { - "name": "updatedAt", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": null, + "name": "creditBatch", + "description": "The `CreditBatch` that was created by this mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "CreditBatch", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "onChainId", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "registryId", - "description": null, + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `CreditBatch`.", "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByRegistryId", - "description": "Reads a single `Account` that is related to this `CreditClass`.", + "name": "creditClassVersionByCreditClassVersionIdAndCreditClassVersionCreatedAt", + "description": "Reads a single `CreditClassVersion` that is related to this `CreditBatch`.", "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "CreditClassVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionsById", - "description": "Reads and enables pagination through a set of `CreditClassVersion`.", + "name": "creditBatchEdge", + "description": "An edge for our `CreditBatch`. May be used by Relay 1.", "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "orderBy", - "description": "The method to use when ordering `CreditClassVersion`.", + "description": "The method to use when ordering `CreditBatch`.", "type": { "kind": "LIST", "name": null, @@ -7181,7 +6798,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CreditClassVersionsOrderBy", + "name": "CreditBatchesOrderBy", "ofType": null } } @@ -7189,111 +6806,121 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], + "type": { + "kind": "OBJECT", + "name": "CreditBatchesEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateCreditClassInput", + "description": "All input for the create `CreditClass` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClass", + "description": "The `CreditClass` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CreditClassVersionsConnection", + "kind": "INPUT_OBJECT", + "name": "CreditClassInput", "ofType": null } }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateCreditClassPayload", + "description": "The output of our create `CreditClass` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByCreditClassId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "creditClass", + "description": "The `CreditClass` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByRegistryId", + "description": "Reads a single `Account` that is related to this `CreditClass`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassEdge", + "description": "An edge for our `CreditClass`. May be used by Relay 1.", "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `CreditClass`.", "type": { "kind": "LIST", "name": null, @@ -7302,7 +6929,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "CreditClassesOrderBy", "ofType": null } } @@ -7310,111 +6937,121 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], + "type": { + "kind": "OBJECT", + "name": "CreditClassesEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateCreditClassVersionInput", + "description": "All input for the create `CreditClassVersion` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassVersion", + "description": "The `CreditClassVersion` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionInput", "ofType": null } }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateCreditClassVersionPayload", + "description": "The output of our create `CreditClassVersion` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountsByProjectCreditClassIdAndDeveloperId", - "description": "Reads and enables pagination through a set of `Account`.", + "name": "creditClassVersion", + "description": "The `CreditClassVersion` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CreditClassVersion", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassById", + "description": "Reads a single `CreditClass` that is related to this `CreditClassVersion`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassVersionEdge", + "description": "An edge for our `CreditClassVersion`. May be used by Relay 1.", "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "orderBy", - "description": "The method to use when ordering `Account`.", + "description": "The method to use when ordering `CreditClassVersion`.", "type": { "kind": "LIST", "name": null, @@ -7423,7 +7060,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AccountsOrderBy", + "name": "CreditClassVersionsOrderBy", "ofType": null } } @@ -7431,208 +7068,121 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], + "type": { + "kind": "OBJECT", + "name": "CreditClassVersionsEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateDocumentInput", + "description": "All input for the create `Document` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "The `Document` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndDeveloperIdManyToManyConnection", + "kind": "INPUT_OBJECT", + "name": "DocumentInput", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateDocumentPayload", + "description": "The output of our create `Document` mutation.", + "fields": [ { - "name": "accountsByProjectCreditClassIdAndVerifierId", - "description": "Reads and enables pagination through a set of `Account`.", - "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Account`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndVerifierIdManyToManyConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountsByProjectCreditClassIdAndAdminAccountId", - "description": "Reads and enables pagination through a set of `Account`.", + "name": "document", + "description": "The `Document` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Document", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Document`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "documentEdge", + "description": "An edge for our `Document`. May be used by Relay 1.", "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "orderBy", - "description": "The method to use when ordering `Account`.", + "description": "The method to use when ordering `Document`.", "type": { "kind": "LIST", "name": null, @@ -7641,7 +7191,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AccountsOrderBy", + "name": "DocumentsOrderBy", "ofType": null } } @@ -7649,227 +7199,109 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndAdminAccountIdManyToManyConnection", - "ofType": null - } + "kind": "OBJECT", + "name": "DocumentsEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndAdminAccountIdManyToManyConnection", - "description": "A connection to a list of `Account` values, with data from `Project`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CreateMetadataGraphInput", + "description": "All input for the create `MetadataGraph` mutation.", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `Account` objects.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "edges", - "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndAdminAccountIdManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Account` you could get from the connection.", - "args": [], + "name": "metadataGraph", + "description": "The `MetadataGraph` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "MetadataGraphInput", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndAdminAccountIdManyToManyEdge", - "description": "A `Account` edge in the connection, with data from `Project`.", + "name": "CreateMetadataGraphPayload", + "description": "The output of our create `MetadataGraph` mutation.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Account` at the end of the edge.", + "name": "metadataGraph", + "description": "The `MetadataGraph` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "MetadataGraph", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByAdminAccountId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadataGraphEdge", + "description": "An edge for our `MetadataGraph`. May be used by Relay 1.", "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `MetadataGraph`.", "type": { "kind": "LIST", "name": null, @@ -7878,7 +7310,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "MetadataGraphsOrderBy", "ofType": null } } @@ -7886,40 +7318,12 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } + "kind": "OBJECT", + "name": "MetadataGraphsEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -7931,112 +7335,88 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndDeveloperIdManyToManyConnection", - "description": "A connection to a list of `Account` values, with data from `Project`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CreateOrganizationInput", + "description": "All input for the create `Organization` mutation.", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `Account` objects.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "organization", + "description": "The `Organization` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndDeveloperIdManyToManyEdge", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "OrganizationInput", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateOrganizationPayload", + "description": "The output of our create `Organization` mutation.", + "fields": [ { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Account` you could get from the connection.", + "name": "organization", + "description": "The `Organization` that was created by this mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "Organization", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndDeveloperIdManyToManyEdge", - "description": "A `Account` edge in the connection, with data from `Project`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "OBJECT", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Account` at the end of the edge.", + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `Organization`.", "args": [], "type": { "kind": "OBJECT", @@ -8047,72 +7427,12 @@ "deprecationReason": null }, { - "name": "projectsByDeveloperId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "organizationEdge", + "description": "An edge for our `Organization`. May be used by Relay 1.", "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Organization`.", "type": { "kind": "LIST", "name": null, @@ -8121,7 +7441,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "OrganizationsOrderBy", "ofType": null } } @@ -8129,40 +7449,12 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } + "kind": "OBJECT", + "name": "OrganizationsEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -8174,112 +7466,88 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndVerifierIdManyToManyConnection", - "description": "A connection to a list of `Account` values, with data from `Project`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CreatePostInput", + "description": "All input for the create `Post` mutation.", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `Account` objects.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "post", + "description": "The `Post` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndVerifierIdManyToManyEdge", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "PostInput", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreatePostPayload", + "description": "The output of our create `Post` mutation.", + "fields": [ { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Account` you could get from the connection.", + "name": "post", + "description": "The `Post` that was created by this mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "Post", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreditClassAccountsByProjectCreditClassIdAndVerifierIdManyToManyEdge", - "description": "A `Account` edge in the connection, with data from `Project`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "OBJECT", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Account` at the end of the edge.", + "name": "accountByCreatorAccountId", + "description": "Reads a single `Account` that is related to this `Post`.", "args": [], "type": { "kind": "OBJECT", @@ -8290,72 +7558,24 @@ "deprecationReason": null }, { - "name": "projectsByVerifierId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Post`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postEdge", + "description": "An edge for our `Post`. May be used by Relay 1.", "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Post`.", "type": { "kind": "LIST", "name": null, @@ -8364,7 +7584,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "PostsOrderBy", "ofType": null } } @@ -8372,40 +7592,12 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } + "kind": "OBJECT", + "name": "PostsEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -8418,40 +7610,16 @@ }, { "kind": "INPUT_OBJECT", - "name": "CreditClassCondition", - "description": "A condition to be used against `CreditClass` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "name": "CreateProjectInput", + "description": "All input for the create `Project` mutation.", "fields": null, "inputFields": [ { - "name": "id", - "description": "Checks for equality with the object’s `id` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null, @@ -8459,20 +7627,35 @@ "deprecationReason": null }, { - "name": "uri", - "description": "Checks for equality with the object’s `uri` field.", + "name": "project", + "description": "The `Project` to be created by this mutation.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateProjectPartnerInput", + "description": "All input for the create `ProjectPartner` mutation.", + "fields": null, + "inputFields": [ { - "name": "onChainId", - "description": "Checks for equality with the object’s `onChainId` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", "name": "String", @@ -8483,12 +7666,16 @@ "deprecationReason": null }, { - "name": "registryId", - "description": "Checks for equality with the object’s `registryId` field.", + "name": "projectPartner", + "description": "The `ProjectPartner` to be created by this mutation.", "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectPartnerInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -8500,409 +7687,368 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreditClassInput", - "description": "An input for mutations affecting `CreditClass`", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreateProjectPartnerPayload", + "description": "The output of our create `ProjectPartner` mutation.", + "fields": [ { - "name": "id", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "projectPartner", + "description": "The `ProjectPartner` that was created by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "ProjectPartner", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": null, + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectPartner`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "onChainId", - "description": null, + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `ProjectPartner`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Account", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "registryId", - "description": null, + "name": "projectPartnerEdge", + "description": "An edge for our `ProjectPartner`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectPartner`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectPartnersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "ProjectPartnersEdge", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreditClassPatch", - "description": "Represents an update to a `CreditClass`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreateProjectPayload", + "description": "The output of our create `Project` mutation.", + "fields": [ { - "name": "id", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "project", + "description": "The `Project` that was created by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": null, + "name": "accountByDeveloperId", + "description": "Reads a single `Account` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Account", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "onChainId", - "description": null, + "name": "creditClassByCreditClassId", + "description": "Reads a single `CreditClass` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CreditClass", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "registryId", - "description": null, + "name": "accountByVerifierId", + "description": "Reads a single `Account` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "Account", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreditClassVersion", - "description": null, - "fields": [ + }, { - "name": "nodeId", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "accountByAdminAccountId", + "description": "Reads a single `Account` that is related to this `Project`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "Account", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "name": "projectEdge", + "description": "An edge for our `Project`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectsEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateShaclGraphInput", + "description": "All input for the create `ShaclGraph` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, - "args": [], + "name": "shaclGraph", + "description": "The `ShaclGraph` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "ShaclGraphInput", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateShaclGraphPayload", + "description": "The output of our create `ShaclGraph` mutation.", + "fields": [ { - "name": "name", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", - "description": null, + "name": "shaclGraph", + "description": "The `ShaclGraph` that was created by this mutation.", "args": [], "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "OBJECT", + "name": "ShaclGraph", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassById", - "description": "Reads a single `CreditClass` that is related to this `CreditClassVersion`.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditClass", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditBatchesByCreditClassVersionIdAndCreditClassVersionCreatedAt", - "description": "Reads and enables pagination through a set of `CreditBatch`.", + "name": "shaclGraphEdge", + "description": "An edge for our `ShaclGraph`. May be used by Relay 1.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", + "name": "orderBy", + "description": "The method to use when ordering `ShaclGraph`.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ShaclGraphsOrderBy", + "ofType": null + } + } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CreditBatch`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditBatchesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchFilter", - "ofType": null - }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditBatchesConnection", - "ofType": null - } + "kind": "OBJECT", + "name": "ShaclGraphsEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "CreditClassVersionCondition", - "description": "A condition to be used against `CreditClassVersion` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "name": "CreateUploadInput", + "description": "All input for the create `Upload` mutation.", "fields": null, "inputFields": [ { - "name": "id", - "description": "Checks for equality with the object’s `id` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null }, "defaultValue": null, @@ -8910,697 +8056,664 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "name": "upload", + "description": "The `Upload` to be created by this mutation.", "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UploadInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateUploadPayload", + "description": "The output of our create `Upload` mutation.", + "fields": [ { - "name": "name", - "description": "Checks for equality with the object’s `name` field.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", - "description": "Checks for equality with the object’s `metadata` field.", + "name": "upload", + "description": "The `Upload` that was created by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "OBJECT", + "name": "Upload", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionFilter", - "description": "A filter to be used against `CreditClassVersion` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + }, { - "name": "metadata", - "description": "Filter by the object’s `metadata` field.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "JSONFilter", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `Upload`.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionFilter", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Account", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Upload`.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionFilter", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Project", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", + "name": "uploadEdge", + "description": "An edge for our `Upload`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Upload`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "UploadsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionFilter", + "kind": "OBJECT", + "name": "UploadsEdge", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionInput", - "description": "An input for mutations affecting `CreditClassVersion`", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreditBatch", + "description": null, + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "id", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "projectId", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "JSON", + "name": "UUID", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionPatch", - "description": "Represents an update to a `CreditClassVersion`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + }, { - "name": "id", + "name": "units", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "UUID", + "name": "BigFloat", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "creditClassVersionId", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "UUID", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "creditClassVersionCreatedAt", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreditClassVersionsConnection", - "description": "A connection to a list of `CreditClassVersion` values.", - "fields": [ - { - "name": "nodes", - "description": "A list of `CreditClassVersion` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClassVersion", - "ofType": null - } - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `CreditClassVersion` and cursor to aid in pagination.", + "name": "batchDenom", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClassVersionsEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `CreditBatch`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "OBJECT", + "name": "Project", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CreditClassVersion` you could get from the connection.", + "name": "creditClassVersionByCreditClassVersionIdAndCreditClassVersionCreatedAt", + "description": "Reads a single `CreditClassVersion` that is related to this `CreditBatch`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "CreditClassVersion", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CreditClassVersionsEdge", - "description": "A `CreditClassVersion` edge in the connection.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CreditBatchCondition", + "description": "A condition to be used against `CreditBatch` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "id", + "description": "Checks for equality with the object’s `id` field.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "UUID", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CreditClassVersion` at the end of the edge.", - "args": [], + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "OBJECT", - "name": "CreditClassVersion", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CreditClassVersionsOrderBy", - "description": "Methods to use when ordering `CreditClassVersion`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_ASC", - "description": null, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", - "description": null, + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", - "description": null, + "name": "units", + "description": "Checks for equality with the object’s `units` field.", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", - "description": null, + "name": "creditClassVersionId", + "description": "Checks for equality with the object’s `creditClassVersionId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NAME_ASC", - "description": null, + "name": "creditClassVersionCreatedAt", + "description": "Checks for equality with the object’s `creditClassVersionCreatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NAME_DESC", - "description": null, + "name": "metadata", + "description": "Checks for equality with the object’s `metadata` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "METADATA_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "METADATA_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_DESC", - "description": null, + "name": "batchDenom", + "description": "Checks for equality with the object’s `batchDenom` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CreditClassesConnection", - "description": "A connection to a list of `CreditClass` values.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CreditBatchFilter", + "description": "A filter to be used against `CreditBatch` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `CreditClass` objects.", - "args": [], + "name": "metadata", + "description": "Filter by the object’s `metadata` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `CreditClass` and cursor to aid in pagination.", - "args": [], + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditClassesEdge", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CreditBatchFilter", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "or", + "description": "Checks for any expressions in this list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchFilter", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CreditClass` you could get from the connection.", - "args": [], + "name": "not", + "description": "Negates the expression.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CreditBatchFilter", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CreditClassesEdge", - "description": "A `CreditClass` edge in the connection.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CreditBatchInput", + "description": "An input for mutations affecting `CreditBatch`", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "id", + "description": null, "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "UUID", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CreditClass` at the end of the edge.", - "args": [], + "name": "createdAt", + "description": null, "type": { - "kind": "OBJECT", - "name": "CreditClass", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CreditClassesOrderBy", - "description": "Methods to use when ordering `CreditClass`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "NATURAL", - "description": null, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", + "name": "projectId", "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", + "name": "units", "description": null, + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", + "name": "creditClassVersionId", "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", + "name": "creditClassVersionCreatedAt", "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", + "name": "metadata", "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", + "name": "batchDenom", "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreditBatchPatch", + "description": "Represents an update to a `CreditBatch`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ { - "name": "URI_ASC", + "name": "id", "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "URI_DESC", + "name": "createdAt", "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ON_CHAIN_ID_ASC", + "name": "projectId", "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ON_CHAIN_ID_DESC", + "name": "units", "description": null, + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REGISTRY_ID_ASC", + "name": "creditClassVersionId", "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REGISTRY_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_ASC", + "name": "creditClassVersionCreatedAt", "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "metadata", "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Cursor", - "description": "A location in a connection that can be used for resuming pagination.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Datetime", - "description": "A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteAccountByAddrInput", - "description": "All input for the `deleteAccountByAddr` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "String", + "name": "JSON", "ofType": null }, "defaultValue": null, @@ -9608,16 +8721,12 @@ "deprecationReason": null }, { - "name": "addr", + "name": "batchDenom", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -9629,247 +8738,277 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "DeleteAccountByIdInput", - "description": "All input for the `deleteAccountById` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreditBatchesConnection", + "description": "A connection to a list of `CreditBatch` values.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "nodes", + "description": "A list of `CreditBatch` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditBatch", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CreditBatch` and cursor to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditBatchesEdge", + "ofType": null + } + } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteAccountInput", - "description": "All input for the `deleteAccount` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `Account` to be deleted.", + "name": "totalCount", + "description": "The count of *all* `CreditBatch` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "DeleteAccountPayload", - "description": "The output of our delete `Account` mutation.", + "name": "CreditBatchesEdge", + "description": "A `CreditBatch` edge in the connection.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "account", - "description": "The `Account` that was deleted by this mutation.", + "name": "node", + "description": "The `CreditBatch` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "CreditBatch", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "CreditBatchesOrderBy", + "description": "Methods to use when ordering `CreditBatch`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "deletedAccountId", + "name": "ID_ASC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByCreatorId", - "description": "Reads a single `Account` that is related to this `Account`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, + "name": "CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountEdge", - "description": "An edge for our `Account`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `Account`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "AccountsEdge", - "ofType": null - }, + "name": "CREATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditBatchByBatchDenomInput", - "description": "All input for the `deleteCreditBatchByBatchDenom` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, + "name": "PROJECT_ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "batchDenom", + "name": "PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNITS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNITS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREDIT_CLASS_VERSION_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREDIT_CLASS_VERSION_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREDIT_CLASS_VERSION_CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREDIT_CLASS_VERSION_CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "METADATA_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "METADATA_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BATCH_DENOM_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BATCH_DENOM_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, - "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditBatchByIdInput", - "description": "All input for the `deleteCreditBatchById` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreditClass", + "description": null, + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -9879,398 +9018,402 @@ "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditBatchInput", - "description": "All input for the `deleteCreditBatch` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `CreditBatch` to be deleted.", + "name": "createdAt", + "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Datetime", "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteCreditBatchPayload", - "description": "The output of our delete `CreditBatch` mutation.", - "fields": [ - { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditBatch", - "description": "The `CreditBatch` that was deleted by this mutation.", + "name": "updatedAt", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "CreditBatch", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deletedCreditBatchId", + "name": "uri", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "onChainId", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `CreditBatch`.", + "name": "registryId", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "UUID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionByCreditClassVersionIdAndCreditClassVersionCreatedAt", - "description": "Reads a single `CreditClassVersion` that is related to this `CreditBatch`.", + "name": "accountByRegistryId", + "description": "Reads a single `Account` that is related to this `CreditClass`.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditClassVersion", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditBatchEdge", - "description": "An edge for our `CreditBatch`. May be used by Relay 1.", + "name": "creditClassVersionsById", + "description": "Reads and enables pagination through a set of `CreditClassVersion`.", "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `CreditBatch`.", + "name": "first", + "description": "Only read the first `n` values of the set.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditBatchesOrderBy", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": "[PRIMARY_KEY_ASC]", + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreditBatchesEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassByIdInput", - "description": "All input for the `deleteCreditClassById` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CreditClassVersion`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditClassVersionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClassVersionsConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "projectsByCreditClassId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "ProjectsConnection", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassByOnChainIdInput", - "description": "All input for the `deleteCreditClassByOnChainId` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "onChainId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassByUriInput", - "description": "All input for the `deleteCreditClassByUri` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uri", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassInput", - "description": "All input for the `deleteCreditClass` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `CreditClass` to be deleted.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteCreditClassPayload", - "description": "The output of our delete `CreditClass` mutation.", - "fields": [ - { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClass", - "description": "The `CreditClass` that was deleted by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deletedCreditClassId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountByRegistryId", - "description": "Reads a single `Account` that is related to this `CreditClass`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClassEdge", - "description": "An edge for our `CreditClass`. May be used by Relay 1.", + "name": "accountsByProjectCreditClassIdAndDeveloperId", + "description": "Reads and enables pagination through a set of `Account`.", "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "orderBy", - "description": "The method to use when ordering `CreditClass`.", + "description": "The method to use when ordering `Account`.", "type": { "kind": "LIST", "name": null, @@ -10279,7 +9422,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CreditClassesOrderBy", + "name": "AccountsOrderBy", "ofType": null } } @@ -10287,188 +9430,99 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], - "type": { - "kind": "OBJECT", - "name": "CreditClassesEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassVersionByIdAndCreatedAtInput", - "description": "All input for the `deleteCreditClassVersionByIdAndCreatedAt` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassVersionInput", - "description": "All input for the `deleteCreditClassVersion` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `CreditClassVersion` to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndDeveloperIdManyToManyConnection", "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteCreditClassVersionPayload", - "description": "The output of our delete `CreditClassVersion` mutation.", - "fields": [ - { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClassVersion", - "description": "The `CreditClassVersion` that was deleted by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CreditClassVersion", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deletedCreditClassVersionId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClassById", - "description": "Reads a single `CreditClass` that is related to this `CreditClassVersion`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClassVersionEdge", - "description": "An edge for our `CreditClassVersion`. May be used by Relay 1.", + "name": "accountsByProjectCreditClassIdAndVerifierId", + "description": "Reads and enables pagination through a set of `Account`.", "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "orderBy", - "description": "The method to use when ordering `CreditClassVersion`.", + "description": "The method to use when ordering `Account`.", "type": { "kind": "LIST", "name": null, @@ -10477,7 +9531,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CreditClassVersionsOrderBy", + "name": "AccountsOrderBy", "ofType": null } } @@ -10485,172 +9539,336 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { - "kind": "OBJECT", - "name": "CreditClassVersionsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndVerifierIdManyToManyConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteDocumentByIdInput", - "description": "All input for the `deleteDocumentById` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "accountsByProjectCreditClassIdAndAdminAccountId", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndAdminAccountIdManyToManyConnection", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "DeleteDocumentInput", - "description": "All input for the `deleteDocument` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndAdminAccountIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Project`.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `Document` to be deleted.", + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndAdminAccountIdManyToManyEdge", + "ofType": null + } + } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteDocumentPayload", - "description": "The output of our delete `Document` mutation.", - "fields": [ + }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "document", - "description": "The `Document` that was deleted by this mutation.", + "name": "totalCount", + "description": "The count of *all* `Account` you could get from the connection.", "args": [], "type": { - "kind": "OBJECT", - "name": "Document", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndAdminAccountIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "deletedDocumentId", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "node", + "description": "The `Account` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `Document`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "documentEdge", - "description": "An edge for our `Document`. May be used by Relay 1.", + "name": "projectsByAdminAccountId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "orderBy", - "description": "The method to use when ordering `Document`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -10659,7 +9877,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "DocumentsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -10667,12 +9885,40 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { - "kind": "OBJECT", - "name": "DocumentsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -10684,165 +9930,238 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "DeleteMetadataGraphByIriInput", - "description": "All input for the `deleteMetadataGraphByIri` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndDeveloperIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Project`.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "iri", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndDeveloperIdManyToManyEdge", + "ofType": null + } + } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteMetadataGraphInput", - "description": "All input for the `deleteMetadataGraph` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `MetadataGraph` to be deleted.", + "name": "totalCount", + "description": "The count of *all* `Account` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "DeleteMetadataGraphPayload", - "description": "The output of our delete `MetadataGraph` mutation.", + "name": "CreditClassAccountsByProjectCreditClassIdAndDeveloperIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Project`.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "metadataGraph", - "description": "The `MetadataGraph` that was deleted by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MetadataGraph", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deletedMetadataGraphId", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "node", + "description": "The `Account` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadataGraphEdge", - "description": "An edge for our `MetadataGraph`. May be used by Relay 1.", + "name": "projectsByDeveloperId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `MetadataGraph`.", + "name": "first", + "description": "Only read the first `n` values of the set.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MetadataGraphsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { - "kind": "OBJECT", - "name": "MetadataGraphsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -10854,194 +10173,188 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "DeleteOrganizationByAccountIdInput", - "description": "All input for the `deleteOrganizationByAccountId` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndVerifierIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Project`.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountId", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClassAccountsByProjectCreditClassIdAndVerifierIdManyToManyEdge", + "ofType": null + } + } } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteOrganizationByIdInput", - "description": "All input for the `deleteOrganizationById` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteOrganizationInput", - "description": "All input for the `deleteOrganization` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `Organization` to be deleted.", + "name": "totalCount", + "description": "The count of *all* `Account` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "DeleteOrganizationPayload", - "description": "The output of our delete `Organization` mutation.", + "name": "CreditClassAccountsByProjectCreditClassIdAndVerifierIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Project`.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "organization", - "description": "The `Organization` that was deleted by this mutation.", + "name": "node", + "description": "The `Account` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Organization", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deletedOrganizationId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountByAccountId", - "description": "Reads a single `Account` that is related to this `Organization`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "organizationEdge", - "description": "An edge for our `Organization`. May be used by Relay 1.", + "name": "projectsByVerifierId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "orderBy", - "description": "The method to use when ordering `Organization`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -11050,7 +10363,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OrganizationsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -11058,12 +10371,40 @@ "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { - "kind": "OBJECT", - "name": "OrganizationsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -11076,16 +10417,16 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteProjectByIdInput", - "description": "All input for the `deleteProjectById` mutation.", + "name": "CreditClassCondition", + "description": "A condition to be used against `CreditClass` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "id", + "description": "Checks for equality with the object’s `id` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null }, "defaultValue": null, @@ -11093,38 +10434,23 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectByOnChainIdInput", - "description": "All input for the `deleteProjectByOnChainId` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, "defaultValue": null, @@ -11132,35 +10458,20 @@ "deprecationReason": null }, { - "name": "onChainId", - "description": null, + "name": "uri", + "description": "Checks for equality with the object’s `uri` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectBySlugInput", - "description": "All input for the `deleteProjectBySlug` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "onChainId", + "description": "Checks for equality with the object’s `onChainId` field.", "type": { "kind": "SCALAR", "name": "String", @@ -11171,16 +10482,12 @@ "deprecationReason": null }, { - "name": "slug", - "description": null, + "name": "registryId", + "description": "Checks for equality with the object’s `registryId` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "UUID", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -11193,16 +10500,16 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteProjectInput", - "description": "All input for the `deleteProject` mutation.", + "name": "CreditClassInput", + "description": "An input for mutations affecting `CreditClass`", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "id", + "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null }, "defaultValue": null, @@ -11210,175 +10517,44 @@ "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `Project` to be deleted.", + "name": "createdAt", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteProjectPayload", - "description": "The output of our delete `Project` mutation.", - "fields": [ + }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "updatedAt", + "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "project", - "description": "The `Project` that was deleted by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deletedProjectId", + "name": "uri", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountByDeveloperId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClassByCreditClassId", - "description": "Reads a single `CreditClass` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountByVerifierId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountByAdminAccountId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectEdge", - "description": "An edge for our `Project`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProjectsEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteShaclGraphByUriInput", - "description": "All input for the `deleteShaclGraphByUri` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "onChainId", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -11389,16 +10565,12 @@ "deprecationReason": null }, { - "name": "uri", + "name": "registryId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "UUID", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -11411,16 +10583,16 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteShaclGraphInput", - "description": "All input for the `deleteShaclGraph` mutation.", + "name": "CreditClassPatch", + "description": "Represents an update to a `CreditClass`. Fields that are set will be updated.", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "id", + "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null }, "defaultValue": null, @@ -11428,121 +10600,73 @@ "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `ShaclGraph` to be deleted.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteShaclGraphPayload", - "description": "The output of our delete `ShaclGraph` mutation.", - "fields": [ - { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "createdAt", + "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraph", - "description": "The `ShaclGraph` that was deleted by this mutation.", - "args": [], + "name": "updatedAt", + "description": null, "type": { - "kind": "OBJECT", - "name": "ShaclGraph", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deletedShaclGraphId", + "name": "uri", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], + "name": "onChainId", + "description": null, "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraphEdge", - "description": "An edge for our `ShaclGraph`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `ShaclGraph`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ShaclGraphsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "registryId", + "description": null, "type": { - "kind": "OBJECT", - "name": "ShaclGraphsEdge", + "kind": "SCALAR", + "name": "UUID", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "Document", + "name": "CreditClassVersion", "description": null, "fields": [ { @@ -11594,7 +10718,7 @@ "deprecationReason": null }, { - "name": "updatedAt", + "name": "name", "description": null, "args": [], "type": { @@ -11602,7 +10726,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null } }, @@ -11610,92 +10734,149 @@ "deprecationReason": null }, { - "name": "name", + "name": "metadata", "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 - } + "kind": "SCALAR", + "name": "JSON", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", - "description": null, + "name": "creditClassById", + "description": "Reads a single `CreditClass` that is related to this `CreditClassVersion`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", - "description": null, - "args": [], + "name": "creditBatchesByCreditClassVersionIdAndCreditClassVersionCreatedAt", + "description": "Reads and enables pagination through a set of `CreditBatch`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CreditBatch`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditBatchesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CreditBatchesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "projectId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `Document`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -11711,8 +10892,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DocumentCondition", - "description": "A condition to be used against `Document` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "name": "CreditClassVersionCondition", + "description": "A condition to be used against `CreditClassVersion` object types. All fields are\ntested for equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { @@ -11740,11 +10921,11 @@ "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "name", + "description": "Checks for equality with the object’s `name` field.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null, @@ -11752,23 +10933,34 @@ "deprecationReason": null }, { - "name": "name", - "description": "Checks for equality with the object’s `name` field.", + "name": "metadata", + "description": "Checks for equality with the object’s `metadata` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "JSON", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionFilter", + "description": "A filter to be used against `CreditClassVersion` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "type", - "description": "Checks for equality with the object’s `type` field.", + "name": "metadata", + "description": "Filter by the object’s `metadata` field.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "JSONFilter", "ofType": null }, "defaultValue": null, @@ -11776,35 +10968,51 @@ "deprecationReason": null }, { - "name": "date", - "description": "Checks for equality with the object’s `date` field.", + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionFilter", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", - "description": "Checks for equality with the object’s `url` field.", + "name": "or", + "description": "Checks for any expressions in this list.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionFilter", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectId", - "description": "Checks for equality with the object’s `projectId` field.", + "name": "not", + "description": "Negates the expression.", "type": { - "kind": "SCALAR", - "name": "UUID", + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionFilter", "ofType": null }, "defaultValue": null, @@ -11818,8 +11026,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DocumentInput", - "description": "An input for mutations affecting `Document`", + "name": "CreditClassVersionInput", + "description": "An input for mutations affecting `CreditClassVersion`", "fields": null, "inputFields": [ { @@ -11846,18 +11054,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "updatedAt", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "name", "description": null, @@ -11875,59 +11071,11 @@ "deprecationReason": null }, { - "name": "type", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectId", + "name": "metadata", "description": null, "type": { "kind": "SCALAR", - "name": "UUID", + "name": "JSON", "ofType": null }, "defaultValue": null, @@ -11941,8 +11089,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DocumentPatch", - "description": "Represents an update to a `Document`. Fields that are set will be updated.", + "name": "CreditClassVersionPatch", + "description": "Represents an update to a `CreditClassVersion`. Fields that are set will be updated.", "fields": null, "inputFields": [ { @@ -11969,18 +11117,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "updatedAt", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "name", "description": null, @@ -11994,47 +11130,11 @@ "deprecationReason": null }, { - "name": "type", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectId", + "name": "metadata", "description": null, "type": { "kind": "SCALAR", - "name": "UUID", + "name": "JSON", "ofType": null }, "defaultValue": null, @@ -12048,12 +11148,12 @@ }, { "kind": "OBJECT", - "name": "DocumentsConnection", - "description": "A connection to a list of `Document` values.", + "name": "CreditClassVersionsConnection", + "description": "A connection to a list of `CreditClassVersion` values.", "fields": [ { "name": "nodes", - "description": "A list of `Document` objects.", + "description": "A list of `CreditClassVersion` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -12063,7 +11163,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Document", + "name": "CreditClassVersion", "ofType": null } } @@ -12073,7 +11173,7 @@ }, { "name": "edges", - "description": "A list of edges which contains the `Document` and cursor to aid in pagination.", + "description": "A list of edges which contains the `CreditClassVersion` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -12086,7 +11186,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DocumentsEdge", + "name": "CreditClassVersionsEdge", "ofType": null } } @@ -12113,7 +11213,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Document` you could get from the connection.", + "description": "The count of *all* `CreditClassVersion` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -12135,8 +11235,8 @@ }, { "kind": "OBJECT", - "name": "DocumentsEdge", - "description": "A `Document` edge in the connection.", + "name": "CreditClassVersionsEdge", + "description": "A `CreditClassVersion` edge in the connection.", "fields": [ { "name": "cursor", @@ -12152,11 +11252,11 @@ }, { "name": "node", - "description": "The `Document` at the end of the edge.", + "description": "The `CreditClassVersion` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Document", + "name": "CreditClassVersion", "ofType": null }, "isDeprecated": false, @@ -12170,8 +11270,8 @@ }, { "kind": "ENUM", - "name": "DocumentsOrderBy", - "description": "Methods to use when ordering `Document`.", + "name": "CreditClassVersionsOrderBy", + "description": "Methods to use when ordering `CreditClassVersion`.", "fields": null, "inputFields": null, "interfaces": null, @@ -12206,18 +11306,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "NAME_ASC", "description": null, @@ -12231,49 +11319,13 @@ "deprecationReason": null }, { - "name": "TYPE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TYPE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DATE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DATE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "URL_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "URL_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_ID_ASC", + "name": "METADATA_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_ID_DESC", + "name": "METADATA_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -12293,102 +11345,65 @@ ], "possibleTypes": null }, - { - "kind": "SCALAR", - "name": "JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "JSONFilter", - "description": "A filter to be used against JSON fields. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "contains", - "description": "Contains the specified JSON.", - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", - "name": "MetadataGraph", - "description": null, + "name": "CreditClassesConnection", + "description": "A connection to a list of `CreditClass` values.", "fields": [ { - "name": "nodeId", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "nodes", + "description": "A list of `CreditClass` objects.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "iri", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CreditClass` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditClassesEdge", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } }, @@ -12396,15 +11411,15 @@ "deprecationReason": null }, { - "name": "metadata", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CreditClass` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "JSON", + "name": "Int", "ofType": null } }, @@ -12413,2235 +11428,1983 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphCondition", - "description": "A condition to be used against `MetadataGraph` object types. All fields are\ntested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "iri", - "description": "Checks for equality with the object’s `iri` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "CreditClassesEdge", + "description": "A `CreditClass` edge in the connection.", + "fields": [ { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Cursor", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", - "description": "Checks for equality with the object’s `metadata` field.", + "name": "node", + "description": "The `CreditClass` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "OBJECT", + "name": "CreditClass", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphFilter", - "description": "A filter to be used against `MetadataGraph` object types. All fields are combined with a logical ‘and.’", + "kind": "ENUM", + "name": "CreditClassesOrderBy", + "description": "Methods to use when ordering `CreditClass`.", "fields": null, - "inputFields": [ + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "metadata", - "description": "Filter by the object’s `metadata` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "JSONFilter", - "ofType": null - }, - "defaultValue": null, + "name": "NATURAL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphFilter", - "ofType": null - } - } - }, - "defaultValue": null, + "name": "ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphFilter", - "ofType": null - } - } - }, - "defaultValue": null, + "name": "ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphFilter", - "ofType": null - }, - "defaultValue": null, + "name": "CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphInput", - "description": "An input for mutations affecting `MetadataGraph`", - "fields": null, - "inputFields": [ + }, { - "name": "iri", + "name": "CREATED_AT_DESC", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "UPDATED_AT_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "UPDATED_AT_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "URI_ASC", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphPatch", - "description": "Represents an update to a `MetadataGraph`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + }, { - "name": "iri", + "name": "URI_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "ON_CHAIN_ID_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "ON_CHAIN_ID_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "REGISTRY_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REGISTRY_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Cursor", + "description": "A location in a connection that can be used for resuming pagination.", + "fields": null, + "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "MetadataGraphsConnection", - "description": "A connection to a list of `MetadataGraph` values.", - "fields": [ + "kind": "SCALAR", + "name": "Datetime", + "description": "A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteAccountByAddrInput", + "description": "All input for the `deleteAccountByAddr` mutation.", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `MetadataGraph` objects.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetadataGraph", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `MetadataGraph` and cursor to aid in pagination.", - "args": [], + "name": "addr", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetadataGraphsEdge", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteAccountByIdInput", + "description": "All input for the `deleteAccountById` mutation.", + "fields": null, + "inputFields": [ { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `MetadataGraph` you could get from the connection.", - "args": [], + "name": "id", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "UUID", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "MetadataGraphsEdge", - "description": "A `MetadataGraph` edge in the connection.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "DeleteAccountInput", + "description": "All input for the `deleteAccount` mutation.", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `MetadataGraph` at the end of the edge.", - "args": [], + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `Account` to be deleted.", "type": { - "kind": "OBJECT", - "name": "MetadataGraph", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "MetadataGraphsOrderBy", - "description": "Methods to use when ordering `MetadataGraph`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "IRI_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "IRI_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "DeleteAccountPayload", + "description": "The output of our delete `Account` mutation.", + "fields": [ { - "name": "CREATED_AT_DESC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", - "description": null, + "name": "account", + "description": "The `Account` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", + "name": "deletedAccountId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "METADATA_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "METADATA_DESC", - "description": null, + "name": "accountByCreatorId", + "description": "Reads a single `Account` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Mutation", - "description": "The root mutation type which contains root level fields which mutate data.", - "fields": [ - { - "name": "createAccount", - "description": "Creates a single `Account`.", + "name": "accountEdge", + "description": "An edge for our `Account`. May be used by Relay 1.", "args": [ { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "name": "orderBy", + "description": "The method to use when ordering `Account`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateAccountInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "CreateAccountPayload", + "name": "AccountsEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditBatchByBatchDenomInput", + "description": "All input for the `deleteCreditBatchByBatchDenom` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createCreditBatch", - "description": "Creates a single `CreditBatch`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateCreditBatchInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "batchDenom", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditBatchByIdInput", + "description": "All input for the `deleteCreditBatchById` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "CreateCreditBatchPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createCreditClass", - "description": "Creates a single `CreditClass`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateCreditClassInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditBatchInput", + "description": "All input for the `deleteCreditBatch` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "CreateCreditClassPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createCreditClassVersion", - "description": "Creates a single `CreditClassVersion`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateCreditClassVersionInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `CreditBatch` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteCreditBatchPayload", + "description": "The output of our delete `CreditBatch` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "OBJECT", - "name": "CreateCreditClassVersionPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createDocument", - "description": "Creates a single `Document`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateDocumentInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditBatch", + "description": "The `CreditBatch` that was deleted by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "CreateDocumentPayload", + "name": "CreditBatch", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createMetadataGraph", - "description": "Creates a single `MetadataGraph`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateMetadataGraphInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "deletedCreditBatchId", + "description": null, + "args": [], "type": { - "kind": "OBJECT", - "name": "CreateMetadataGraphPayload", + "kind": "SCALAR", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createOrganization", - "description": "Creates a single `Organization`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateOrganizationInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "CreateOrganizationPayload", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createProject", - "description": "Creates a single `Project`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateProjectInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `CreditBatch`.", + "args": [], "type": { "kind": "OBJECT", - "name": "CreateProjectPayload", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createShaclGraph", - "description": "Creates a single `ShaclGraph`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateShaclGraphInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditClassVersionByCreditClassVersionIdAndCreditClassVersionCreatedAt", + "description": "Reads a single `CreditClassVersion` that is related to this `CreditBatch`.", + "args": [], "type": { "kind": "OBJECT", - "name": "CreateShaclGraphPayload", + "name": "CreditClassVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateAccount", - "description": "Updates a single `Account` using its globally unique id and a patch.", + "name": "creditBatchEdge", + "description": "An edge for our `CreditBatch`. May be used by Relay 1.", "args": [ { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "name": "orderBy", + "description": "The method to use when ordering `CreditBatch`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateAccountInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditBatchesOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "UpdateAccountPayload", + "name": "CreditBatchesEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassByIdInput", + "description": "All input for the `deleteCreditClassById` mutation.", + "fields": null, + "inputFields": [ { - "name": "updateAccountById", - "description": "Updates a single `Account` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateAccountByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "UpdateAccountPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateAccountByAddr", - "description": "Updates a single `Account` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateAccountByAddrInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "id", + "description": null, "type": { - "kind": "OBJECT", - "name": "UpdateAccountPayload", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassByOnChainIdInput", + "description": "All input for the `deleteCreditClassByOnChainId` mutation.", + "fields": null, + "inputFields": [ { - "name": "updateCreditBatch", - "description": "Updates a single `CreditBatch` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditBatchInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "UpdateCreditBatchPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCreditBatchById", - "description": "Updates a single `CreditBatch` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditBatchByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "onChainId", + "description": null, "type": { - "kind": "OBJECT", - "name": "UpdateCreditBatchPayload", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassByUriInput", + "description": "All input for the `deleteCreditClassByUri` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCreditBatchByBatchDenom", - "description": "Updates a single `CreditBatch` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditBatchByBatchDenomInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "uri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassInput", + "description": "All input for the `deleteCreditClass` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "UpdateCreditBatchPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCreditClass", - "description": "Updates a single `CreditClass` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `CreditClass` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteCreditClassPayload", + "description": "The output of our delete `CreditClass` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "OBJECT", - "name": "UpdateCreditClassPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCreditClassById", - "description": "Updates a single `CreditClass` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditClass", + "description": "The `CreditClass` that was deleted by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateCreditClassPayload", + "name": "CreditClass", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCreditClassByUri", - "description": "Updates a single `CreditClass` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassByUriInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "deletedCreditClassId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateCreditClassPayload", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCreditClassByOnChainId", - "description": "Updates a single `CreditClass` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassByOnChainIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "accountByRegistryId", + "description": "Reads a single `Account` that is related to this `CreditClass`.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateCreditClassPayload", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCreditClassVersion", - "description": "Updates a single `CreditClassVersion` using its globally unique id and a patch.", + "name": "creditClassEdge", + "description": "An edge for our `CreditClass`. May be used by Relay 1.", "args": [ { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "name": "orderBy", + "description": "The method to use when ordering `CreditClass`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassVersionInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditClassesOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "UpdateCreditClassVersionPayload", + "name": "CreditClassesEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "updateCreditClassVersionByIdAndCreatedAt", - "description": "Updates a single `CreditClassVersion` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassVersionByIdAndCreatedAtInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassVersionByIdAndCreatedAtInput", + "description": "All input for the `deleteCreditClassVersionByIdAndCreatedAt` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "UpdateCreditClassVersionPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateDocument", - "description": "Updates a single `Document` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateDocumentInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, "type": { - "kind": "OBJECT", - "name": "UpdateDocumentPayload", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassVersionInput", + "description": "All input for the `deleteCreditClassVersion` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateDocumentById", - "description": "Updates a single `Document` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateDocumentByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `CreditClassVersion` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteCreditClassVersionPayload", + "description": "The output of our delete `CreditClassVersion` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassVersion", + "description": "The `CreditClassVersion` that was deleted by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateDocumentPayload", + "name": "CreditClassVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateMetadataGraph", - "description": "Updates a single `MetadataGraph` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateMetadataGraphInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "deletedCreditClassVersionId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateMetadataGraphPayload", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateMetadataGraphByIri", - "description": "Updates a single `MetadataGraph` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateMetadataGraphByIriInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditClassById", + "description": "Reads a single `CreditClass` that is related to this `CreditClassVersion`.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateMetadataGraphPayload", + "name": "CreditClass", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateOrganization", - "description": "Updates a single `Organization` using its globally unique id and a patch.", + "name": "creditClassVersionEdge", + "description": "An edge for our `CreditClassVersion`. May be used by Relay 1.", "args": [ { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "name": "orderBy", + "description": "The method to use when ordering `CreditClassVersion`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateOrganizationInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditClassVersionsOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "UpdateOrganizationPayload", + "name": "CreditClassVersionsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "updateOrganizationById", - "description": "Updates a single `Organization` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateOrganizationByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteDocumentByIdInput", + "description": "All input for the `deleteDocumentById` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "UpdateOrganizationPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateOrganizationByAccountId", - "description": "Updates a single `Organization` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateOrganizationByAccountIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteDocumentInput", + "description": "All input for the `deleteDocument` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "UpdateOrganizationPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateProject", - "description": "Updates a single `Project` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `Document` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteDocumentPayload", + "description": "The output of our delete `Document` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "OBJECT", - "name": "UpdateProjectPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateProjectById", - "description": "Updates a single `Project` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "document", + "description": "The `Document` that was deleted by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateProjectPayload", + "name": "Document", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateProjectBySlug", - "description": "Updates a single `Project` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectBySlugInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "deletedDocumentId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateProjectPayload", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateProjectByOnChainId", - "description": "Updates a single `Project` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectByOnChainIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Document`.", + "args": [], "type": { "kind": "OBJECT", - "name": "UpdateProjectPayload", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateShaclGraph", - "description": "Updates a single `ShaclGraph` using its globally unique id and a patch.", + "name": "documentEdge", + "description": "An edge for our `Document`. May be used by Relay 1.", "args": [ { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "name": "orderBy", + "description": "The method to use when ordering `Document`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateShaclGraphInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DocumentsOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "UpdateShaclGraphPayload", + "name": "DocumentsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "updateShaclGraphByUri", - "description": "Updates a single `ShaclGraph` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateShaclGraphByUriInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteMetadataGraphByIriInput", + "description": "All input for the `deleteMetadataGraphByIri` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "UpdateShaclGraphPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteAccount", - "description": "Deletes a single `Account` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteAccountInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "iri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteMetadataGraphInput", + "description": "All input for the `deleteMetadataGraph` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "DeleteAccountPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteAccountById", - "description": "Deletes a single `Account` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteAccountByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `MetadataGraph` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteMetadataGraphPayload", + "description": "The output of our delete `MetadataGraph` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "OBJECT", - "name": "DeleteAccountPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteAccountByAddr", - "description": "Deletes a single `Account` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteAccountByAddrInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "metadataGraph", + "description": "The `MetadataGraph` that was deleted by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "DeleteAccountPayload", + "name": "MetadataGraph", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCreditBatch", - "description": "Deletes a single `CreditBatch` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditBatchInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "deletedMetadataGraphId", + "description": null, + "args": [], "type": { - "kind": "OBJECT", - "name": "DeleteCreditBatchPayload", + "kind": "SCALAR", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCreditBatchById", - "description": "Deletes a single `CreditBatch` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditBatchByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "DeleteCreditBatchPayload", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCreditBatchByBatchDenom", - "description": "Deletes a single `CreditBatch` using a unique key.", + "name": "metadataGraphEdge", + "description": "An edge for our `MetadataGraph`. May be used by Relay 1.", "args": [ { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "name": "orderBy", + "description": "The method to use when ordering `MetadataGraph`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditBatchByBatchDenomInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MetadataGraphsOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "DeleteCreditBatchPayload", + "name": "MetadataGraphsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteOrganizationByAccountIdInput", + "description": "All input for the `deleteOrganizationByAccountId` mutation.", + "fields": null, + "inputFields": [ { - "name": "deleteCreditClass", - "description": "Deletes a single `CreditClass` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "DeleteCreditClassPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCreditClassById", - "description": "Deletes a single `CreditClass` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "accountId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteOrganizationByIdInput", + "description": "All input for the `deleteOrganizationById` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "DeleteCreditClassPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCreditClassByUri", - "description": "Deletes a single `CreditClass` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassByUriInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteOrganizationInput", + "description": "All input for the `deleteOrganization` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "DeleteCreditClassPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCreditClassByOnChainId", - "description": "Deletes a single `CreditClass` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassByOnChainIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `Organization` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteOrganizationPayload", + "description": "The output of our delete `Organization` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "OBJECT", - "name": "DeleteCreditClassPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCreditClassVersion", - "description": "Deletes a single `CreditClassVersion` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassVersionInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "organization", + "description": "The `Organization` that was deleted by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "DeleteCreditClassVersionPayload", + "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCreditClassVersionByIdAndCreatedAt", - "description": "Deletes a single `CreditClassVersion` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCreditClassVersionByIdAndCreatedAtInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "deletedOrganizationId", + "description": null, + "args": [], "type": { - "kind": "OBJECT", - "name": "DeleteCreditClassVersionPayload", + "kind": "SCALAR", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteDocument", - "description": "Deletes a single `Document` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteDocumentInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "DeleteDocumentPayload", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteDocumentById", - "description": "Deletes a single `Document` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteDocumentByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `Organization`.", + "args": [], "type": { "kind": "OBJECT", - "name": "DeleteDocumentPayload", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteMetadataGraph", - "description": "Deletes a single `MetadataGraph` using its globally unique id.", + "name": "organizationEdge", + "description": "An edge for our `Organization`. May be used by Relay 1.", "args": [ { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "name": "orderBy", + "description": "The method to use when ordering `Organization`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteMetadataGraphInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "DeleteMetadataGraphPayload", + "name": "OrganizationsEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeletePostByIriInput", + "description": "All input for the `deletePostByIri` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteMetadataGraphByIri", - "description": "Deletes a single `MetadataGraph` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteMetadataGraphByIriInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "iri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeletePostInput", + "description": "All input for the `deletePost` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "DeleteMetadataGraphPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteOrganization", - "description": "Deletes a single `Organization` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteOrganizationInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `Post` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeletePostPayload", + "description": "The output of our delete `Post` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "post", + "description": "The `Post` that was deleted by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "DeleteOrganizationPayload", + "name": "Post", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteOrganizationById", - "description": "Deletes a single `Organization` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteOrganizationByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "deletedPostId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "DeleteOrganizationPayload", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteOrganizationByAccountId", - "description": "Deletes a single `Organization` using a unique key.", + "name": "accountByCreatorAccountId", + "description": "Reads a single `Account` that is related to this `Post`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Post`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postEdge", + "description": "An edge for our `Post`. May be used by Relay 1.", "args": [ { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "name": "orderBy", + "description": "The method to use when ordering `Post`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteOrganizationByAccountIdInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostsOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "DeleteOrganizationPayload", + "name": "PostsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "deleteProject", - "description": "Deletes a single `Project` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectPayload", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectByIdInput", + "description": "All input for the `deleteProjectById` mutation.", + "fields": null, + "inputFields": [ { - "name": "deleteProjectById", - "description": "Deletes a single `Project` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectByIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "DeleteProjectPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectBySlug", - "description": "Deletes a single `Project` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectBySlugInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "id", + "description": null, "type": { - "kind": "OBJECT", - "name": "DeleteProjectPayload", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectByOnChainIdInput", + "description": "All input for the `deleteProjectByOnChainId` mutation.", + "fields": null, + "inputFields": [ { - "name": "deleteProjectByOnChainId", - "description": "Deletes a single `Project` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectByOnChainIdInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "DeleteProjectPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteShaclGraph", - "description": "Deletes a single `ShaclGraph` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteShaclGraphInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "onChainId", + "description": null, "type": { - "kind": "OBJECT", - "name": "DeleteShaclGraphPayload", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectBySlugInput", + "description": "All input for the `deleteProjectBySlug` mutation.", + "fields": null, + "inputFields": [ { - "name": "deleteShaclGraphByUri", - "description": "Deletes a single `ShaclGraph` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteShaclGraphByUriInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "DeleteShaclGraphPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "shuffle", + "name": "slug", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ShuffleInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "ShufflePayload", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "Node", - "description": "An object with a globally unique `ID`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "DeleteProjectInput", + "description": "All input for the `deleteProject` mutation.", + "fields": null, + "inputFields": [ { - "name": "nodeId", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `Project` to be deleted.", "type": { "kind": "NON_NULL", "name": null, @@ -14651,91 +13414,36 @@ "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "CreditBatch", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "CreditClassVersion", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Document", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "MetadataGraph", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Organization", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ShaclGraph", - "ofType": null - } - ] + "possibleTypes": null }, { - "kind": "OBJECT", - "name": "Organization", - "description": null, - "fields": [ + "kind": "INPUT_OBJECT", + "name": "DeleteProjectPartnerByProjectIdAndAccountIdInput", + "description": "All input for the `deleteProjectPartnerByProjectIdAndAccountId` mutation.", + "fields": null, + "inputFields": [ { - "name": "nodeId", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "projectId", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -14745,665 +13453,744 @@ "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "accountId", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "UUID", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectPartnerInput", + "description": "All input for the `deleteProjectPartner` mutation.", + "fields": null, + "inputFields": [ { - "name": "updatedAt", - "description": null, - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountId", - "description": null, - "args": [], + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `ProjectPartner` to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "UUID", + "name": "ID", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteProjectPartnerPayload", + "description": "The output of our delete `ProjectPartner` mutation.", + "fields": [ { - "name": "legalName", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByAccountId", - "description": "Reads a single `Account` that is related to this `Organization`.", + "name": "projectPartner", + "description": "The `ProjectPartner` that was deleted by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "ProjectPartner", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "OrganizationCondition", - "description": "A condition to be used against `Organization` object types. All fields are\ntested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + }, { - "name": "id", - "description": "Checks for equality with the object’s `id` field.", + "name": "deletedProjectPartnerId", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "UUID", + "name": "ID", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectPartner`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountId", - "description": "Checks for equality with the object’s `accountId` field.", + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `ProjectPartner`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "Account", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "legalName", - "description": "Checks for equality with the object’s `legalName` field.", + "name": "projectPartnerEdge", + "description": "An edge for our `ProjectPartner`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectPartner`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectPartnersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProjectPartnersEdge", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "OrganizationInput", - "description": "An input for mutations affecting `Organization`", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "DeleteProjectPayload", + "description": "The output of our delete `Project` mutation.", + "fields": [ { - "name": "id", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "project", + "description": "The `Project` that was deleted by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "deletedProjectId", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "ID", "ofType": null }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "legalName", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "OrganizationPatch", - "description": "Represents an update to a `Organization`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + }, { - "name": "id", - "description": null, + "name": "accountByDeveloperId", + "description": "Reads a single `Account` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "Account", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "creditClassByCreditClassId", + "description": "Reads a single `CreditClass` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CreditClass", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "accountByVerifierId", + "description": "Reads a single `Account` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Account", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountId", - "description": null, + "name": "accountByAdminAccountId", + "description": "Reads a single `Account` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", + "kind": "OBJECT", + "name": "Account", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "legalName", - "description": null, + "name": "projectEdge", + "description": "An edge for our `Project`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProjectsEdge", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "OrganizationsConnection", - "description": "A connection to a list of `Organization` values.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "DeleteShaclGraphByUriInput", + "description": "All input for the `deleteShaclGraphByUri` mutation.", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `Organization` objects.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Organization", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `Organization` and cursor to aid in pagination.", - "args": [], + "name": "uri", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OrganizationsEdge", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteShaclGraphInput", + "description": "All input for the `deleteShaclGraph` mutation.", + "fields": null, + "inputFields": [ { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Organization` you could get from the connection.", - "args": [], + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `ShaclGraph` to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "OrganizationsEdge", - "description": "A `Organization` edge in the connection.", + "name": "DeleteShaclGraphPayload", + "description": "The output of our delete `ShaclGraph` mutation.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Organization` at the end of the edge.", + "name": "shaclGraph", + "description": "The `ShaclGraph` that was deleted by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "Organization", + "name": "ShaclGraph", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "OrganizationsOrderBy", - "description": "Methods to use when ordering `Organization`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ACCOUNT_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "ACCOUNT_ID_DESC", + "name": "deletedShaclGraphId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LEGAL_NAME_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LEGAL_NAME_DESC", - "description": null, + "name": "shaclGraphEdge", + "description": "An edge for our `ShaclGraph`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ShaclGraph`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ShaclGraphsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ShaclGraphsEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteUploadByIriInput", + "description": "All input for the `deleteUploadByIri` mutation.", + "fields": null, + "inputFields": [ { - "name": "PRIMARY_KEY_ASC", - "description": null, + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "iri", "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "PageInfo", - "description": "Information about pagination in a connection.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "DeleteUploadByUrlInput", + "description": "All input for the `deleteUploadByUrl` mutation.", + "fields": null, + "inputFields": [ { - "name": "hasNextPage", - "description": "When paginating forwards, are there more items?", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasPreviousPage", - "description": "When paginating backwards, are there more items?", - "args": [], + "name": "url", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteUploadInput", + "description": "All input for the `deleteUpload` mutation.", + "fields": null, + "inputFields": [ { - "name": "startCursor", - "description": "When paginating backwards, the cursor to continue.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "endCursor", - "description": "When paginating forwards, the cursor to continue.", - "args": [], + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `Upload` to be deleted.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Boolean", - "description": "The `Boolean` scalar type represents `true` or `false`.", - "fields": null, - "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "Project", - "description": null, + "name": "DeleteUploadPayload", + "description": "The output of our delete `Upload` mutation.", "fields": [ { - "name": "nodeId", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "upload", + "description": "The `Upload` that was deleted by this mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } + "kind": "OBJECT", + "name": "Upload", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "deletedUploadId", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { - "kind": "NON_NULL", + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `Upload`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Upload`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uploadEdge", + "description": "An edge for our `Upload`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Upload`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "UploadsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UploadsEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Document", + "description": null, + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "ID", "ofType": null } }, @@ -15411,412 +14198,269 @@ "deprecationReason": null }, { - "name": "developerId", + "name": "id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassId", + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "updatedAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", + "name": "name", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "onChainId", + "name": "type", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "verifierId", + "name": "date", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "approved", + "name": "url", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "published", + "name": "projectId", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "UUID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "adminAccountId", - "description": null, + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Document`.", "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DocumentCondition", + "description": "A condition to be used against `Document` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", "type": { "kind": "SCALAR", "name": "UUID", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByDeveloperId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassByCreditClassId", - "description": "Reads a single `CreditClass` that is related to this `Project`.", - "args": [], + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { - "kind": "OBJECT", - "name": "CreditClass", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByVerifierId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], + "name": "name", + "description": "Checks for equality with the object’s `name` field.", "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByAdminAccountId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], + "name": "type", + "description": "Checks for equality with the object’s `type` field.", "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditBatchesByProjectId", - "description": "Reads and enables pagination through a set of `CreditBatch`.", - "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CreditBatch`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditBatchesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "date", + "description": "Checks for equality with the object’s `date` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreditBatchesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "documentsByProjectId", - "description": "Reads and enables pagination through a set of `Document`.", - "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Document`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DocumentsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DocumentCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "url", + "description": "Checks for equality with the object’s `url` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DocumentsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "description": "A condition to be used against `Project` object types. All fields are tested for equality and combined with a logical ‘and.’", + "name": "DocumentInput", + "description": "An input for mutations affecting `Document`", "fields": null, "inputFields": [ { "name": "id", - "description": "Checks for equality with the object’s `id` field.", + "description": null, "type": { "kind": "SCALAR", "name": "UUID", @@ -15828,7 +14472,7 @@ }, { "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "description": null, "type": { "kind": "SCALAR", "name": "Datetime", @@ -15840,7 +14484,7 @@ }, { "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "description": null, "type": { "kind": "SCALAR", "name": "Datetime", @@ -15851,150 +14495,47 @@ "deprecationReason": null }, { - "name": "developerId", - "description": "Checks for equality with the object’s `developerId` field.", + "name": "name", + "description": null, "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassId", - "description": "Checks for equality with the object’s `creditClassId` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "metadata", - "description": "Checks for equality with the object’s `metadata` field.", - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "Checks for equality with the object’s `slug` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "onChainId", - "description": "Checks for equality with the object’s `onChainId` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "verifierId", - "description": "Checks for equality with the object’s `verifierId` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "approved", - "description": "Checks for equality with the object’s `approved` field.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "published", - "description": "Checks for equality with the object’s `published` field.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "adminAccountId", - "description": "Checks for equality with the object’s `adminAccountId` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "description": "A filter to be used against `Project` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "metadata", - "description": "Filter by the object’s `metadata` field.", + "name": "type", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "JSONFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "date", + "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null } }, "defaultValue": null, @@ -16002,19 +14543,15 @@ "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", + "name": "url", + "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -16022,11 +14559,11 @@ "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", + "name": "projectId", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "kind": "SCALAR", + "name": "UUID", "ofType": null }, "defaultValue": null, @@ -16040,8 +14577,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectInput", - "description": "An input for mutations affecting `Project`", + "name": "DocumentPatch", + "description": "Represents an update to a `Document`. Fields that are set will be updated.", "fields": null, "inputFields": [ { @@ -16081,11 +14618,11 @@ "deprecationReason": null }, { - "name": "developerId", + "name": "name", "description": null, "type": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null }, "defaultValue": null, @@ -16093,11 +14630,11 @@ "deprecationReason": null }, { - "name": "creditClassId", + "name": "type", "description": null, "type": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null }, "defaultValue": null, @@ -16105,11 +14642,11 @@ "deprecationReason": null }, { - "name": "metadata", + "name": "date", "description": null, "type": { "kind": "SCALAR", - "name": "JSON", + "name": "Datetime", "ofType": null }, "defaultValue": null, @@ -16117,7 +14654,7 @@ "deprecationReason": null }, { - "name": "slug", + "name": "url", "description": null, "type": { "kind": "SCALAR", @@ -16129,214 +14666,291 @@ "deprecationReason": null }, { - "name": "onChainId", + "name": "projectId", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DocumentsConnection", + "description": "A connection to a list of `Document` values.", + "fields": [ { - "name": "verifierId", - "description": null, + "name": "nodes", + "description": "A list of `Document` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Document", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "approved", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `Document` and cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DocumentsEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "published", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "adminAccountId", - "description": null, + "name": "totalCount", + "description": "The count of *all* `Document` you could get from the connection.", + "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ProjectPatch", - "description": "Represents an update to a `Project`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "DocumentsEdge", + "description": "A `Document` edge in the connection.", + "fields": [ { - "name": "id", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "UUID", + "name": "Cursor", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "node", + "description": "The `Document` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Document", "ofType": null }, - "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "DocumentsOrderBy", + "description": "Methods to use when ordering `Document`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "ID_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "developerId", + "name": "ID_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassId", + "name": "CREATED_AT_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "CREATED_AT_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", + "name": "UPDATED_AT_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "onChainId", + "name": "UPDATED_AT_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "verifierId", + "name": "NAME_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "approved", + "name": "NAME_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "published", + "name": "TYPE_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "adminAccountId", + "name": "TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "URL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "URL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "JSON", + "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "description": "A filter to be used against JSON fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "contains", + "description": "Contains the specified JSON.", "type": { "kind": "SCALAR", - "name": "UUID", + "name": "JSON", "ofType": null }, "defaultValue": null, @@ -16350,79 +14964,83 @@ }, { "kind": "OBJECT", - "name": "ProjectsConnection", - "description": "A connection to a list of `Project` values.", + "name": "MetadataGraph", + "description": null, "fields": [ { - "name": "nodes", - "description": "A list of `Project` objects.", + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `Project` and cursor to aid in pagination.", + "name": "iri", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsEdge", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "createdAt", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null + "kind": "SCALAR", + "name": "Datetime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "name": "updatedAt", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadata", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", "ofType": null } }, @@ -16431,199 +15049,456 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ProjectsEdge", - "description": "A `Project` edge in the connection.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "MetadataGraphCondition", + "description": "A condition to be used against `MetadataGraph` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "iri", + "description": "Checks for equality with the object’s `iri` field.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadata", + "description": "Checks for equality with the object’s `metadata` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "description": "Methods to use when ordering `Project`.", + "kind": "INPUT_OBJECT", + "name": "MetadataGraphFilter", + "description": "A filter to be used against `MetadataGraph` object types. All fields are combined with a logical ‘and.’", "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "inputFields": [ { - "name": "NATURAL", - "description": null, + "name": "metadata", + "description": "Filter by the object’s `metadata` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", - "description": null, + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphFilter", + "ofType": null + } + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", - "description": null, + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphFilter", + "ofType": null + } + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", - "description": null, + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphFilter", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphInput", + "description": "An input for mutations affecting `MetadataGraph`", + "fields": null, + "inputFields": [ { - "name": "CREATED_AT_DESC", + "name": "iri", "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", + "name": "createdAt", "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", + "name": "updatedAt", "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "DEVELOPER_ID_ASC", + "name": "metadata", "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphPatch", + "description": "Represents an update to a `MetadataGraph`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ { - "name": "DEVELOPER_ID_DESC", + "name": "iri", "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREDIT_CLASS_ID_ASC", + "name": "createdAt", "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREDIT_CLASS_ID_DESC", + "name": "updatedAt", "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "METADATA_ASC", + "name": "metadata", "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "METADATA_DESC", - "description": null, - "isDeprecated": false, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MetadataGraphsConnection", + "description": "A connection to a list of `MetadataGraph` values.", + "fields": [ + { + "name": "nodes", + "description": "A list of `MetadataGraph` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetadataGraph", + "ofType": null + } + } + }, + "isDeprecated": false, "deprecationReason": null }, { - "name": "SLUG_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `MetadataGraph` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetadataGraphsEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SLUG_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ON_CHAIN_ID_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `MetadataGraph` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MetadataGraphsEdge", + "description": "A `MetadataGraph` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ON_CHAIN_ID_DESC", + "name": "node", + "description": "The `MetadataGraph` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MetadataGraph", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "MetadataGraphsOrderBy", + "description": "Methods to use when ordering `MetadataGraph`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "VERIFIER_ID_ASC", + "name": "IRI_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "VERIFIER_ID_DESC", + "name": "IRI_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPROVED_ASC", + "name": "CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPROVED_DESC", + "name": "CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PUBLISHED_ASC", + "name": "UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PUBLISHED_DESC", + "name": "UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ADMIN_ACCOUNT_ID_ASC", + "name": "METADATA_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ADMIN_ACCOUNT_ID_DESC", + "name": "METADATA_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -16645,54 +15520,80 @@ }, { "kind": "OBJECT", - "name": "Query", - "description": "The root query type which gives access points into the data universe.", + "name": "Mutation", + "description": "The root mutation type which contains root level fields which mutate data.", "fields": [ { - "name": "query", - "description": "Exposes the root query type nested one level down. This is helpful for Relay 1\nwhich can only query top level fields if they are in a particular form.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "name": "createAccount", + "description": "Creates a single `Account`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateAccountInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } + ], + "type": { + "kind": "OBJECT", + "name": "CreateAccountPayload", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodeId", - "description": "The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "createCreditBatch", + "description": "Creates a single `CreditBatch`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateCreditBatchInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } + ], + "type": { + "kind": "OBJECT", + "name": "CreateCreditBatchPayload", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "Fetches an object given its globally unique `ID`.", + "name": "createCreditClass", + "description": "Creates a single `CreditClass`.", "args": [ { - "name": "nodeId", - "description": "The globally unique `ID`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "CreateCreditClassInput", "ofType": null } }, @@ -16702,104 +15603,173 @@ } ], "type": { - "kind": "INTERFACE", - "name": "Node", + "kind": "OBJECT", + "name": "CreateCreditClassPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allAccounts", - "description": "Reads and enables pagination through a set of `Account`.", + "name": "createCreditClassVersion", + "description": "Creates a single `CreditClassVersion`.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateCreditClassVersionInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateCreditClassVersionPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createDocument", + "description": "Creates a single `Document`.", + "args": [ { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateDocumentInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateDocumentPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createMetadataGraph", + "description": "Creates a single `MetadataGraph`.", + "args": [ { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateMetadataGraphInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateMetadataGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createOrganization", + "description": "Creates a single `Organization`.", + "args": [ { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateOrganizationInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createPost", + "description": "Creates a single `Post`.", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `Account`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountsOrderBy", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CreatePostInput", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]", + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "CreatePostPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createProject", + "description": "Creates a single `Project`.", + "args": [ { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "INPUT_OBJECT", - "name": "AccountCondition", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -16808,116 +15778,144 @@ ], "type": { "kind": "OBJECT", - "name": "AccountsConnection", + "name": "CreateProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allCreditBatches", - "description": "Reads and enables pagination through a set of `CreditBatch`.", + "name": "createProjectPartner", + "description": "Creates a single `ProjectPartner`.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectPartnerInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateProjectPartnerPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createShaclGraph", + "description": "Creates a single `ShaclGraph`.", + "args": [ { - "name": "last", - "description": "Only read the last `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateShaclGraphInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateShaclGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createUpload", + "description": "Creates a single `Upload`.", + "args": [ { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateUploadInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateUploadPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateAccount", + "description": "Updates a single `Account` using its globally unique id and a patch.", + "args": [ { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateAccountInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateAccountPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateAccountById", + "description": "Updates a single `Account` using a unique key and a patch.", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `CreditBatch`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditBatchesOrderBy", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "UpdateAccountByIdInput", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchFilter", - "ofType": null - }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null @@ -16925,104 +15923,173 @@ ], "type": { "kind": "OBJECT", - "name": "CreditBatchesConnection", + "name": "UpdateAccountPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allCreditClasses", - "description": "Reads and enables pagination through a set of `CreditClass`.", + "name": "updateAccountByAddr", + "description": "Updates a single `Account` using a unique key and a patch.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateAccountByAddrInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateAccountPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCreditBatch", + "description": "Updates a single `CreditBatch` using its globally unique id and a patch.", + "args": [ { - "name": "last", - "description": "Only read the last `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditBatchInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCreditBatchPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCreditBatchById", + "description": "Updates a single `CreditBatch` using a unique key and a patch.", + "args": [ { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditBatchByIdInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCreditBatchPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCreditBatchByBatchDenom", + "description": "Updates a single `CreditBatch` using a unique key and a patch.", + "args": [ { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditBatchByBatchDenomInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCreditBatchPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCreditClass", + "description": "Updates a single `CreditClass` using its globally unique id and a patch.", + "args": [ { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCreditClassPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCreditClassById", + "description": "Updates a single `CreditClass` using a unique key and a patch.", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `CreditClass`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditClassesOrderBy", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassByIdInput", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditClassCondition", - "ofType": null - }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null @@ -17030,115 +16097,172 @@ ], "type": { "kind": "OBJECT", - "name": "CreditClassesConnection", + "name": "UpdateCreditClassPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allCreditClassVersions", - "description": "Reads and enables pagination through a set of `CreditClassVersion`.", + "name": "updateCreditClassByUri", + "description": "Updates a single `CreditClass` using a unique key and a patch.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassByUriInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCreditClassPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCreditClassByOnChainId", + "description": "Updates a single `CreditClass` using a unique key and a patch.", + "args": [ { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassByOnChainIdInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCreditClassPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCreditClassVersion", + "description": "Updates a single `CreditClassVersion` using its globally unique id and a patch.", + "args": [ { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassVersionInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCreditClassVersionPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCreditClassVersionByIdAndCreatedAt", + "description": "Updates a single `CreditClassVersion` using a unique key and a patch.", + "args": [ { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassVersionByIdAndCreatedAtInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCreditClassVersionPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateDocument", + "description": "Updates a single `Document` using its globally unique id and a patch.", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `CreditClassVersion`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditClassVersionsOrderBy", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "UpdateDocumentInput", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionCondition", - "ofType": null - }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateDocumentPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateDocumentById", + "description": "Updates a single `Document` using a unique key and a patch.", + "args": [ { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "INPUT_OBJECT", - "name": "CreditClassVersionFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateDocumentByIdInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -17147,104 +16271,115 @@ ], "type": { "kind": "OBJECT", - "name": "CreditClassVersionsConnection", + "name": "UpdateDocumentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allDocuments", - "description": "Reads and enables pagination through a set of `Document`.", + "name": "updateMetadataGraph", + "description": "Updates a single `MetadataGraph` using its globally unique id and a patch.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateMetadataGraphInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateMetadataGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateMetadataGraphByIri", + "description": "Updates a single `MetadataGraph` using a unique key and a patch.", + "args": [ { - "name": "last", - "description": "Only read the last `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateMetadataGraphByIriInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateMetadataGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateOrganization", + "description": "Updates a single `Organization` using its globally unique id and a patch.", + "args": [ { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateOrganizationInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateOrganizationById", + "description": "Updates a single `Organization` using a unique key and a patch.", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `Document`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DocumentsOrderBy", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "UpdateOrganizationByIdInput", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DocumentCondition", - "ofType": null - }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null @@ -17252,115 +16387,172 @@ ], "type": { "kind": "OBJECT", - "name": "DocumentsConnection", + "name": "UpdateOrganizationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allMetadataGraphs", - "description": "Reads and enables pagination through a set of `MetadataGraph`.", + "name": "updateOrganizationByAccountId", + "description": "Updates a single `Organization` using a unique key and a patch.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateOrganizationByAccountIdInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatePost", + "description": "Updates a single `Post` using its globally unique id and a patch.", + "args": [ { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdatePostInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdatePostPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatePostByIri", + "description": "Updates a single `Post` using a unique key and a patch.", + "args": [ { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdatePostByIriInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdatePostPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateProject", + "description": "Updates a single `Project` using its globally unique id and a patch.", + "args": [ { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateProjectById", + "description": "Updates a single `Project` using a unique key and a patch.", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `MetadataGraph`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MetadataGraphsOrderBy", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "UpdateProjectByIdInput", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphCondition", - "ofType": null - }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateProjectBySlug", + "description": "Updates a single `Project` using a unique key and a patch.", + "args": [ { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "INPUT_OBJECT", - "name": "MetadataGraphFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectBySlugInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -17369,103 +16561,201 @@ ], "type": { "kind": "OBJECT", - "name": "MetadataGraphsConnection", + "name": "UpdateProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allOrganizations", - "description": "Reads and enables pagination through a set of `Organization`.", + "name": "updateProjectByOnChainId", + "description": "Updates a single `Project` using a unique key and a patch.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectByOnChainIdInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateProjectPartner", + "description": "Updates a single `ProjectPartner` using its globally unique id and a patch.", + "args": [ { - "name": "last", - "description": "Only read the last `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectPartnerInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectPartnerPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateProjectPartnerByProjectIdAndAccountId", + "description": "Updates a single `ProjectPartner` using a unique key and a patch.", + "args": [ { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectPartnerByProjectIdAndAccountIdInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectPartnerPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateShaclGraph", + "description": "Updates a single `ShaclGraph` using its globally unique id and a patch.", + "args": [ { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateShaclGraphInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateShaclGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateShaclGraphByUri", + "description": "Updates a single `ShaclGraph` using a unique key and a patch.", + "args": [ { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateShaclGraphByUriInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateShaclGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateUpload", + "description": "Updates a single `Upload` using its globally unique id and a patch.", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `Organization`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrganizationsOrderBy", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "UpdateUploadInput", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]", + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateUploadPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateUploadByIri", + "description": "Updates a single `Upload` using a unique key and a patch.", + "args": [ { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "INPUT_OBJECT", - "name": "OrganizationCondition", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateUploadByIriInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -17474,115 +16764,317 @@ ], "type": { "kind": "OBJECT", - "name": "OrganizationsConnection", + "name": "UpdateUploadPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allProjects", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "updateUploadByUrl", + "description": "Updates a single `Upload` using a unique key and a patch.", "args": [ { - "name": "first", - "description": "Only read the first `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateUploadByUrlInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateUploadPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteAccount", + "description": "Deletes a single `Account` using its globally unique id.", + "args": [ { - "name": "last", - "description": "Only read the last `n` values of the set.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteAccountInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteAccountPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteAccountById", + "description": "Deletes a single `Account` using a unique key.", + "args": [ { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteAccountByIdInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteAccountPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteAccountByAddr", + "description": "Deletes a single `Account` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteAccountByAddrInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteAccountPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditBatch", + "description": "Deletes a single `CreditBatch` using its globally unique id.", + "args": [ { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditBatchInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCreditBatchPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditBatchById", + "description": "Deletes a single `CreditBatch` using a unique key.", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "DeleteCreditBatchByIdInput", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]", + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCreditBatchPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditBatchByBatchDenom", + "description": "Deletes a single `CreditBatch` using a unique key.", + "args": [ { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditBatchByBatchDenomInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCreditBatchPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditClass", + "description": "Deletes a single `CreditClass` using its globally unique id.", + "args": [ { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCreditClassPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditClassById", + "description": "Deletes a single `CreditClass` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassByIdInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCreditClassPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditClassByUri", + "description": "Deletes a single `CreditClass` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassByUriInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCreditClassPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditClassByOnChainId", + "description": "Deletes a single `CreditClass` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassByOnChainIdInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -17590,180 +17082,8539 @@ } ], "type": { - "kind": "OBJECT", - "name": "ProjectsConnection", + "kind": "OBJECT", + "name": "DeleteCreditClassPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditClassVersion", + "description": "Deletes a single `CreditClassVersion` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassVersionInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCreditClassVersionPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCreditClassVersionByIdAndCreatedAt", + "description": "Deletes a single `CreditClassVersion` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCreditClassVersionByIdAndCreatedAtInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCreditClassVersionPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteDocument", + "description": "Deletes a single `Document` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteDocumentInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteDocumentPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteDocumentById", + "description": "Deletes a single `Document` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteDocumentByIdInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteDocumentPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteMetadataGraph", + "description": "Deletes a single `MetadataGraph` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMetadataGraphInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteMetadataGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteMetadataGraphByIri", + "description": "Deletes a single `MetadataGraph` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMetadataGraphByIriInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteMetadataGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteOrganization", + "description": "Deletes a single `Organization` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteOrganizationInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteOrganizationById", + "description": "Deletes a single `Organization` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteOrganizationByIdInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteOrganizationByAccountId", + "description": "Deletes a single `Organization` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteOrganizationByAccountIdInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletePost", + "description": "Deletes a single `Post` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeletePostInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeletePostPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletePostByIri", + "description": "Deletes a single `Post` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeletePostByIriInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeletePostPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteProject", + "description": "Deletes a single `Project` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteProjectById", + "description": "Deletes a single `Project` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectByIdInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteProjectBySlug", + "description": "Deletes a single `Project` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectBySlugInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteProjectByOnChainId", + "description": "Deletes a single `Project` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectByOnChainIdInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteProjectPartner", + "description": "Deletes a single `ProjectPartner` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectPartnerInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectPartnerPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteProjectPartnerByProjectIdAndAccountId", + "description": "Deletes a single `ProjectPartner` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectPartnerByProjectIdAndAccountIdInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectPartnerPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteShaclGraph", + "description": "Deletes a single `ShaclGraph` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteShaclGraphInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteShaclGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteShaclGraphByUri", + "description": "Deletes a single `ShaclGraph` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteShaclGraphByUriInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteShaclGraphPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteUpload", + "description": "Deletes a single `Upload` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteUploadInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteUploadPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteUploadByIri", + "description": "Deletes a single `Upload` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteUploadByIriInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteUploadPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteUploadByUrl", + "description": "Deletes a single `Upload` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteUploadByUrlInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteUploadPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shuffle", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ShuffleInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ShufflePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "Node", + "description": "An object with a globally unique `ID`.", + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "CreditBatch", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "CreditClassVersion", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Document", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "MetadataGraph", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ProjectPartner", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ShaclGraph", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Upload", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "Organization", + "description": null, + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "legalName", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrganizationCondition", + "description": "A condition to be used against `Organization` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": "Checks for equality with the object’s `accountId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "legalName", + "description": "Checks for equality with the object’s `legalName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrganizationInput", + "description": "An input for mutations affecting `Organization`", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "legalName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrganizationPatch", + "description": "Represents an update to a `Organization`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "legalName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrganizationsConnection", + "description": "A connection to a list of `Organization` values.", + "fields": [ + { + "name": "nodes", + "description": "A list of `Organization` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `Organization` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrganizationsEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Organization` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrganizationsEdge", + "description": "A `Organization` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Organization` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "description": "Methods to use when ordering `Organization`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCOUNT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCOUNT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LEGAL_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LEGAL_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PageInfo", + "description": "Information about pagination in a connection.", + "fields": [ + { + "name": "hasNextPage", + "description": "When paginating forwards, are there more items?", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasPreviousPage", + "description": "When paginating backwards, are there more items?", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "startCursor", + "description": "When paginating backwards, the cursor to continue.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "endCursor", + "description": "When paginating forwards, the cursor to continue.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Boolean", + "description": "The `Boolean` scalar type represents `true` or `false`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Post", + "description": "Project posts", + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "iri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creatorAccountId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "privacy", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostPrivacy", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "contents", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByCreatorAccountId", + "description": "Reads a single `Account` that is related to this `Post`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Post`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PostCondition", + "description": "A condition to be used against `Post` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "iri", + "description": "Checks for equality with the object’s `iri` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creatorAccountId", + "description": "Checks for equality with the object’s `creatorAccountId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "privacy", + "description": "Checks for equality with the object’s `privacy` field.", + "type": { + "kind": "ENUM", + "name": "PostPrivacy", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "contents", + "description": "Checks for equality with the object’s `contents` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PostFilter", + "description": "A filter to be used against `Post` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "contents", + "description": "Filter by the object’s `contents` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostFilter", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostFilter", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PostInput", + "description": "An input for mutations affecting `Post`", + "fields": null, + "inputFields": [ + { + "name": "iri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creatorAccountId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "privacy", + "description": null, + "type": { + "kind": "ENUM", + "name": "PostPrivacy", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "contents", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PostPatch", + "description": "Represents an update to a `Post`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "iri", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creatorAccountId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "privacy", + "description": null, + "type": { + "kind": "ENUM", + "name": "PostPrivacy", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "contents", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PostPrivacy", + "description": "private: post data including files are private,\n private_files: files including location data are private,\n private_locations: location data is private,\n public: post data including files are public", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "PRIVATE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIVATE_FILES", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIVATE_LOCATIONS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PUBLIC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PostsConnection", + "description": "A connection to a list of `Post` values.", + "fields": [ + { + "name": "nodes", + "description": "A list of `Post` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Post", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `Post` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PostsEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Post` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PostsEdge", + "description": "A `Post` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Post` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PostsOrderBy", + "description": "Methods to use when ordering `Post`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IRI_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IRI_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATOR_ACCOUNT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATOR_ACCOUNT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIVACY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIVACY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONTENTS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONTENTS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Project", + "description": null, + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "developerId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadata", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onChainId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "verifierId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "approved", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "published", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "adminAccountId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByDeveloperId", + "description": "Reads a single `Account` that is related to this `Project`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassByCreditClassId", + "description": "Reads a single `CreditClass` that is related to this `Project`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByVerifierId", + "description": "Reads a single `Account` that is related to this `Project`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByAdminAccountId", + "description": "Reads a single `Account` that is related to this `Project`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditBatchesByProjectId", + "description": "Reads and enables pagination through a set of `CreditBatch`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CreditBatch`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditBatchesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreditBatchesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "documentsByProjectId", + "description": "Reads and enables pagination through a set of `Document`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Document`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DocumentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DocumentCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DocumentsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uploadsByProjectId", + "description": "Reads and enables pagination through a set of `Upload`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Upload`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "UploadsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UploadCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UploadsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postsByProjectId", + "description": "Reads and enables pagination through a set of `Post`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Post`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PostsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectPartnersByProjectId", + "description": "Reads and enables pagination through a set of `ProjectPartner`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectPartner`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectPartnersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectPartnerCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectPartnersConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountsByUploadProjectIdAndAccountId", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectAccountsByUploadProjectIdAndAccountIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountsByPostProjectIdAndCreatorAccountId", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountsByProjectPartnerProjectIdAndAccountId", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Post`.", + "fields": [ + { + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `Post`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Account` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Post`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Account` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postsByCreatorAccountId", + "description": "Reads and enables pagination through a set of `Post`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Post`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PostsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `ProjectPartner`.", + "fields": [ + { + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `ProjectPartner`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Account` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `ProjectPartner`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Account` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectAccountsByUploadProjectIdAndAccountIdManyToManyConnection", + "description": "A connection to a list of `Account` values, with data from `Upload`.", + "fields": [ + { + "name": "nodes", + "description": "A list of `Account` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `Account`, info from the `Upload`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectAccountsByUploadProjectIdAndAccountIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Account` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectAccountsByUploadProjectIdAndAccountIdManyToManyEdge", + "description": "A `Account` edge in the connection, with data from `Upload`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Account` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uploadsByAccountId", + "description": "Reads and enables pagination through a set of `Upload`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Upload`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "UploadsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UploadCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UploadsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "description": "A condition to be used against `Project` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "developerId", + "description": "Checks for equality with the object’s `developerId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassId", + "description": "Checks for equality with the object’s `creditClassId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadata", + "description": "Checks for equality with the object’s `metadata` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": "Checks for equality with the object’s `slug` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onChainId", + "description": "Checks for equality with the object’s `onChainId` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "verifierId", + "description": "Checks for equality with the object’s `verifierId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "approved", + "description": "Checks for equality with the object’s `approved` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "published", + "description": "Checks for equality with the object’s `published` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "adminAccountId", + "description": "Checks for equality with the object’s `adminAccountId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "description": "A filter to be used against `Project` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "metadata", + "description": "Filter by the object’s `metadata` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectInput", + "description": "An input for mutations affecting `Project`", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "developerId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadata", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onChainId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "verifierId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "approved", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "published", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "adminAccountId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectPartner", + "description": null, + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectPartner`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `ProjectPartner`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectPartnerCondition", + "description": "A condition to be used against `ProjectPartner` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": "Checks for equality with the object’s `accountId` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectPartnerInput", + "description": "An input for mutations affecting `ProjectPartner`", + "fields": null, + "inputFields": [ + { + "name": "projectId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectPartnerPatch", + "description": "Represents an update to a `ProjectPartner`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "projectId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectPartnersConnection", + "description": "A connection to a list of `ProjectPartner` values.", + "fields": [ + { + "name": "nodes", + "description": "A list of `ProjectPartner` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectPartner", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `ProjectPartner` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectPartnersEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ProjectPartner` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectPartnersEdge", + "description": "A `ProjectPartner` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectPartner` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectPartner", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProjectPartnersOrderBy", + "description": "Methods to use when ordering `ProjectPartner`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCOUNT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCOUNT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectPatch", + "description": "Represents an update to a `Project`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "developerId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadata", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onChainId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "verifierId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "approved", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "published", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "adminAccountId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectsConnection", + "description": "A connection to a list of `Project` values.", + "fields": [ + { + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `Project` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectsEdge", + "description": "A `Project` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "description": "Methods to use when ordering `Project`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEVELOPER_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEVELOPER_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREDIT_CLASS_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREDIT_CLASS_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "METADATA_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "METADATA_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SLUG_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SLUG_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ON_CHAIN_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ON_CHAIN_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VERIFIER_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VERIFIER_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "APPROVED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "APPROVED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PUBLISHED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PUBLISHED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ADMIN_ACCOUNT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ADMIN_ACCOUNT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Query", + "description": "The root query type which gives access points into the data universe.", + "fields": [ + { + "name": "query", + "description": "Exposes the root query type nested one level down. This is helpful for Relay 1\nwhich can only query top level fields if they are in a particular form.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodeId", + "description": "The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "Fetches an object given its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allAccounts", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "AccountsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allContexts", + "description": "Reads and enables pagination through a set of `Context`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Context`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContextsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[NATURAL]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ContextCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ContextFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ContextsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allCreditBatches", + "description": "Reads and enables pagination through a set of `CreditBatch`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CreditBatch`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditBatchesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditBatchesConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allCreditClasses", + "description": "Reads and enables pagination through a set of `CreditClass`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CreditClass`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditClassesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditClassCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditClassesConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allCreditClassVersions", + "description": "Reads and enables pagination through a set of `CreditClassVersion`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CreditClassVersion`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditClassVersionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditClassVersionsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allDocuments", + "description": "Reads and enables pagination through a set of `Document`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Document`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DocumentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DocumentCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DocumentsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allMetadataGraphs", + "description": "Reads and enables pagination through a set of `MetadataGraph`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `MetadataGraph`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MetadataGraphsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "MetadataGraphsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allOrganizations", + "description": "Reads and enables pagination through a set of `Organization`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Organization`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrganizationsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allPosts", + "description": "Reads and enables pagination through a set of `Post`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Post`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PostsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allProjects", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allProjectPartners", + "description": "Reads and enables pagination through a set of `ProjectPartner`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectPartner`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectPartnersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectPartnerCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectPartnersConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allShaclGraphs", + "description": "Reads and enables pagination through a set of `ShaclGraph`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ShaclGraph`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ShaclGraphsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ShaclGraphsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allUploads", + "description": "Reads and enables pagination through a set of `Upload`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Upload`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "UploadsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UploadCondition", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UploadsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountById", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByAddr", + "description": null, + "args": [ + { + "name": "addr", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditBatchById", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditBatch", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditBatchByBatchDenom", + "description": null, + "args": [ + { + "name": "batchDenom", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditBatch", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassById", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassByUri", + "description": null, + "args": [ + { + "name": "uri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassByOnChainId", + "description": null, + "args": [ + { + "name": "onChainId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassVersionByIdAndCreatedAt", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditClassVersion", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "documentById", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Document", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadataGraphByIri", + "description": null, + "args": [ + { + "name": "iri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "MetadataGraph", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organizationById", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organizationByAccountId", + "description": null, + "args": [ + { + "name": "accountId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postByIri", + "description": null, + "args": [ + { + "name": "iri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectById", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectBySlug", + "description": null, + "args": [ + { + "name": "slug", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectByOnChainId", + "description": null, + "args": [ + { + "name": "onChainId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectPartnerByProjectIdAndAccountId", + "description": null, + "args": [ + { + "name": "projectId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectPartner", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shaclGraphByUri", + "description": null, + "args": [ + { + "name": "uri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ShaclGraph", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uploadByIri", + "description": null, + "args": [ + { + "name": "iri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Upload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uploadByUrl", + "description": null, + "args": [ + { + "name": "url", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Upload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "getAccountsByNameOrAddr", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "AccountsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "getCurrentAccount", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": "Reads a single `Account` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `Account`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditBatch", + "description": "Reads a single `CreditBatch` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `CreditBatch`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditBatch", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClass", + "description": "Reads a single `CreditClass` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `CreditClass`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassVersion", + "description": "Reads a single `CreditClassVersion` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `CreditClassVersion`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreditClassVersion", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "Reads a single `Document` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `Document`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Document", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadataGraph", + "description": "Reads a single `MetadataGraph` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `MetadataGraph`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "MetadataGraph", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organization", + "description": "Reads a single `Organization` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `Organization`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "post", + "description": "Reads a single `Post` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `Post`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "project", + "description": "Reads a single `Project` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `Project`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectPartner", + "description": "Reads a single `ProjectPartner` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `ProjectPartner`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectPartner", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shaclGraph", + "description": "Reads a single `ShaclGraph` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `ShaclGraph`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ShaclGraph", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "upload", + "description": "Reads a single `Upload` using its globally unique `ID`.", + "args": [ + { + "name": "nodeId", + "description": "The globally unique `ID` to be used in selecting a single `Upload`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Upload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShaclGraph", + "description": null, + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "graph", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphCondition", + "description": "A condition to be used against `ShaclGraph` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "uri", + "description": "Checks for equality with the object’s `uri` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "graph", + "description": "Checks for equality with the object’s `graph` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphFilter", + "description": "A filter to be used against `ShaclGraph` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "graph", + "description": "Filter by the object’s `graph` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphFilter", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphFilter", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphFilter", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphInput", + "description": "An input for mutations affecting `ShaclGraph`", + "fields": null, + "inputFields": [ + { + "name": "uri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "graph", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ShaclGraphPatch", + "description": "Represents an update to a `ShaclGraph`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "uri", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "graph", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShaclGraphsConnection", + "description": "A connection to a list of `ShaclGraph` values.", + "fields": [ + { + "name": "nodes", + "description": "A list of `ShaclGraph` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ShaclGraph", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "edges", + "description": "A list of edges which contains the `ShaclGraph` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ShaclGraphsEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ShaclGraph` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShaclGraphsEdge", + "description": "A `ShaclGraph` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ShaclGraph` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ShaclGraph", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ShaclGraphsOrderBy", + "description": "Methods to use when ordering `ShaclGraph`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "URI_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "URI_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "GRAPH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "GRAPH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ShuffleInput", + "description": "All input for the `shuffle` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "arg0", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShufflePayload", + "description": "The output of our `shuffle` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "string", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "UUID", + "description": "A universally unique identifier as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateAccountByAddrInput", + "description": "All input for the `updateAccountByAddr` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountPatch", + "description": "An object where the defined keys will be set on the `Account` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountPatch", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "addr", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateAccountByIdInput", + "description": "All input for the `updateAccountById` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountPatch", + "description": "An object where the defined keys will be set on the `Account` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountPatch", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateAccountInput", + "description": "All input for the `updateAccount` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `Account` to be updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountPatch", + "description": "An object where the defined keys will be set on the `Account` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountPatch", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateAccountPayload", + "description": "The output of our update `Account` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allShaclGraphs", - "description": "Reads and enables pagination through a set of `ShaclGraph`.", - "args": [ - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ShaclGraph`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ShaclGraphsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphCondition", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphFilter", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "account", + "description": "The `Account` that was updated by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "ShaclGraphsConnection", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountById", - "description": null, - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByAddr", - "description": null, - "args": [ - { - "name": "addr", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "accountByCreatorId", + "description": "Reads a single `Account` that is related to this `Account`.", + "args": [], "type": { "kind": "OBJECT", "name": "Account", @@ -17773,361 +25624,254 @@ "deprecationReason": null }, { - "name": "creditBatchById", - "description": null, + "name": "accountEdge", + "description": "An edge for our `Account`. May be used by Relay 1.", "args": [ { - "name": "id", - "description": null, + "name": "orderBy", + "description": "The method to use when ordering `Account`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "CreditBatch", + "name": "AccountsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditBatchByBatchDenomInput", + "description": "All input for the `updateCreditBatchByBatchDenom` mutation.", + "fields": null, + "inputFields": [ { - "name": "creditBatchByBatchDenom", - "description": null, - "args": [ - { - "name": "batchDenom", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "CreditBatch", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassById", - "description": null, - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "creditBatchPatch", + "description": "An object where the defined keys will be set on the `CreditBatch` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchPatch", + "ofType": null } - ], - "type": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassByUri", + "name": "batchDenom", "description": null, - "args": [ - { - "name": "uri", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditBatchByIdInput", + "description": "All input for the `updateCreditBatchById` mutation.", + "fields": null, + "inputFields": [ { - "name": "creditClassByOnChainId", - "description": null, - "args": [ - { - "name": "onChainId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "CreditClass", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionByIdAndCreatedAt", - "description": null, - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditBatchPatch", + "description": "An object where the defined keys will be set on the `CreditBatch` being updated.", "type": { - "kind": "OBJECT", - "name": "CreditClassVersion", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchPatch", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "documentById", + "name": "id", "description": null, - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditBatchInput", + "description": "All input for the `updateCreditBatch` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "Document", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadataGraphByIri", - "description": null, - "args": [ - { - "name": "iri", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `CreditBatch` to be updated.", "type": { - "kind": "OBJECT", - "name": "MetadataGraph", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "organizationById", - "description": null, - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "creditBatchPatch", + "description": "An object where the defined keys will be set on the `CreditBatch` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditBatchPatch", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateCreditBatchPayload", + "description": "The output of our update `CreditBatch` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "OBJECT", - "name": "Organization", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "organizationByAccountId", - "description": null, - "args": [ - { - "name": "accountId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditBatch", + "description": "The `CreditBatch` that was updated by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "Organization", + "name": "CreditBatch", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectById", - "description": null, - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectBySlug", - "description": null, - "args": [ - { - "name": "slug", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `CreditBatch`.", + "args": [], "type": { "kind": "OBJECT", "name": "Project", @@ -18137,416 +25881,357 @@ "deprecationReason": null }, { - "name": "projectByOnChainId", - "description": null, - "args": [ - { - "name": "onChainId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditClassVersionByCreditClassVersionIdAndCreditClassVersionCreatedAt", + "description": "Reads a single `CreditClassVersion` that is related to this `CreditBatch`.", + "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "CreditClassVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraphByUri", - "description": null, + "name": "creditBatchEdge", + "description": "An edge for our `CreditBatch`. May be used by Relay 1.", "args": [ { - "name": "uri", - "description": null, + "name": "orderBy", + "description": "The method to use when ordering `CreditBatch`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditBatchesOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "ShaclGraph", + "name": "CreditBatchesEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassByIdInput", + "description": "All input for the `updateCreditClassById` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "getAccountsByNameOrAddr", - "description": "Reads and enables pagination through a set of `Account`.", - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "creditClassPatch", + "description": "An object where the defined keys will be set on the `CreditClass` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditClassPatch", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassByOnChainIdInput", + "description": "All input for the `updateCreditClassByOnChainId` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "AccountsConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "getCurrentAccount", - "description": null, - "args": [], + "name": "creditClassPatch", + "description": "An object where the defined keys will be set on the `CreditClass` being updated.", "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditClassPatch", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "account", - "description": "Reads a single `Account` using its globally unique `ID`.", - "args": [ - { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `Account`.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "onChainId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassByUriInput", + "description": "All input for the `updateCreditClassByUri` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditBatch", - "description": "Reads a single `CreditBatch` using its globally unique `ID`.", - "args": [ - { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `CreditBatch`.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditClassPatch", + "description": "An object where the defined keys will be set on the `CreditClass` being updated.", "type": { - "kind": "OBJECT", - "name": "CreditBatch", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditClassPatch", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClass", - "description": "Reads a single `CreditClass` using its globally unique `ID`.", - "args": [ - { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `CreditClass`.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "uri", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassInput", + "description": "All input for the `updateCreditClass` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "CreditClass", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersion", - "description": "Reads a single `CreditClassVersion` using its globally unique `ID`.", - "args": [ - { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `CreditClassVersion`.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `CreditClass` to be updated.", "type": { - "kind": "OBJECT", - "name": "CreditClassVersion", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "document", - "description": "Reads a single `Document` using its globally unique `ID`.", - "args": [ - { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `Document`.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + "name": "creditClassPatch", + "description": "An object where the defined keys will be set on the `CreditClass` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditClassPatch", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateCreditClassPayload", + "description": "The output of our update `CreditClass` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "OBJECT", - "name": "Document", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadataGraph", - "description": "Reads a single `MetadataGraph` using its globally unique `ID`.", - "args": [ - { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `MetadataGraph`.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "creditClass", + "description": "The `CreditClass` that was updated by this mutation.", + "args": [], "type": { "kind": "OBJECT", - "name": "MetadataGraph", + "name": "CreditClass", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "organization", - "description": "Reads a single `Organization` using its globally unique `ID`.", - "args": [ - { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `Organization`.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { "kind": "OBJECT", - "name": "Organization", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "project", - "description": "Reads a single `Project` using its globally unique `ID`.", - "args": [ - { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `Project`.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "accountByRegistryId", + "description": "Reads a single `Account` that is related to this `CreditClass`.", + "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraph", - "description": "Reads a single `ShaclGraph` using its globally unique `ID`.", + "name": "creditClassEdge", + "description": "An edge for our `CreditClass`. May be used by Relay 1.", "args": [ { - "name": "nodeId", - "description": "The globally unique `ID` to be used in selecting a single `ShaclGraph`.", + "name": "orderBy", + "description": "The method to use when ordering `CreditClass`.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditClassesOrderBy", + "ofType": null + } } }, - "defaultValue": null, + "defaultValue": "[PRIMARY_KEY_ASC]", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", - "name": "ShaclGraph", + "name": "CreditClassesEdge", "ofType": null }, "isDeprecated": false, @@ -18554,73 +26239,63 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ShaclGraph", - "description": null, - "fields": [ + "kind": "INPUT_OBJECT", + "name": "UpdateCreditClassVersionByIdAndCreatedAtInput", + "description": "All input for the `updateCreditClassVersionByIdAndCreatedAt` mutation.", + "fields": null, + "inputFields": [ { - "name": "nodeId", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": null, - "args": [], + "name": "creditClassVersionPatch", + "description": "An object where the defined keys will be set on the `CreditClassVersion` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionPatch", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "UUID", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "createdAt", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -18630,46 +26305,24 @@ "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "graph", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null } ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ShaclGraphCondition", - "description": "A condition to be used against `ShaclGraph` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "name": "UpdateCreditClassVersionInput", + "description": "All input for the `updateCreditClassVersion` mutation.", "fields": null, "inputFields": [ { - "name": "uri", - "description": "Checks for equality with the object’s `uri` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", "name": "String", @@ -18680,36 +26333,32 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `CreditClassVersion` to be updated.", "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "graph", - "description": "Checks for equality with the object’s `graph` field.", + "name": "creditClassVersionPatch", + "description": "An object where the defined keys will be set on the `CreditClassVersion` being updated.", "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreditClassVersionPatch", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -18721,108 +26370,109 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphFilter", - "description": "A filter to be used against `ShaclGraph` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "UpdateCreditClassVersionPayload", + "description": "The output of our update `CreditClassVersion` mutation.", + "fields": [ { - "name": "graph", - "description": "Filter by the object’s `graph` field.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "JSONFilter", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "creditClassVersion", + "description": "The `CreditClassVersion` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CreditClassVersion", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphFilter", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Query", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", + "name": "creditClassById", + "description": "Reads a single `CreditClass` that is related to this `CreditClassVersion`.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphFilter", - "ofType": null - } - } + "kind": "OBJECT", + "name": "CreditClass", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", + "name": "creditClassVersionEdge", + "description": "An edge for our `CreditClassVersion`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `CreditClassVersion`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CreditClassVersionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphFilter", + "kind": "OBJECT", + "name": "CreditClassVersionsEdge", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ShaclGraphInput", - "description": "An input for mutations affecting `ShaclGraph`", + "name": "UpdateDocumentByIdInput", + "description": "All input for the `updateDocumentById` mutation.", "fields": null, "inputFields": [ { - "name": "uri", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null, @@ -18830,26 +26480,30 @@ "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "documentPatch", + "description": "An object where the defined keys will be set on the `Document` being updated.", "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DocumentPatch", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "graph", + "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "JSON", + "name": "UUID", "ofType": null } }, @@ -18864,13 +26518,13 @@ }, { "kind": "INPUT_OBJECT", - "name": "ShaclGraphPatch", - "description": "Represents an update to a `ShaclGraph`. Fields that are set will be updated.", + "name": "UpdateDocumentInput", + "description": "All input for the `updateDocument` mutation.", "fields": null, "inputFields": [ { - "name": "uri", - "description": null, + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", "name": "String", @@ -18881,36 +26535,32 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `Document` to be updated.", "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "graph", - "description": null, + "name": "documentPatch", + "description": "An object where the defined keys will be set on the `Document` being updated.", "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DocumentPatch", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -18923,115 +26573,85 @@ }, { "kind": "OBJECT", - "name": "ShaclGraphsConnection", - "description": "A connection to a list of `ShaclGraph` values.", + "name": "UpdateDocumentPayload", + "description": "The output of our update `Document` mutation.", "fields": [ { - "name": "nodes", - "description": "A list of `ShaclGraph` objects.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ShaclGraph", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "edges", - "description": "A list of edges which contains the `ShaclGraph` and cursor to aid in pagination.", + "name": "document", + "description": "The `Document` that was updated by this mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ShaclGraphsEdge", - "ofType": null - } - } - } + "kind": "OBJECT", + "name": "Document", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "OBJECT", + "name": "Query", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `ShaclGraph` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ShaclGraphsEdge", - "description": "A `ShaclGraph` edge in the connection.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Document`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "OBJECT", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `ShaclGraph` at the end of the edge.", - "args": [], + "name": "documentEdge", + "description": "An edge for our `Document`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Document`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DocumentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "OBJECT", - "name": "ShaclGraph", + "name": "DocumentsEdge", "ofType": null }, "isDeprecated": false, @@ -19044,86 +26664,64 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "ShaclGraphsOrderBy", - "description": "Methods to use when ordering `ShaclGraph`.", + "kind": "INPUT_OBJECT", + "name": "UpdateMetadataGraphByIriInput", + "description": "All input for the `updateMetadataGraphByIri` mutation.", "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "URI_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "URI_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "GRAPH_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "inputFields": [ { - "name": "GRAPH_DESC", - "description": null, + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", - "description": null, + "name": "metadataGraphPatch", + "description": "An object where the defined keys will be set on the `MetadataGraph` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphPatch", + "ofType": null + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "iri", "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ShuffleInput", - "description": "All input for the `shuffle` mutation.", + "name": "UpdateMetadataGraphInput", + "description": "All input for the `updateMetadataGraph` mutation.", "fields": null, "inputFields": [ { @@ -19139,12 +26737,32 @@ "deprecationReason": null }, { - "name": "arg0", - "description": null, + "name": "nodeId", + "description": "The globally unique `ID` which will identify a single `MetadataGraph` to be updated.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadataGraphPatch", + "description": "An object where the defined keys will be set on the `MetadataGraph` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MetadataGraphPatch", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, @@ -19157,8 +26775,8 @@ }, { "kind": "OBJECT", - "name": "ShufflePayload", - "description": "The output of our `shuffle` mutation.", + "name": "UpdateMetadataGraphPayload", + "description": "The output of our update `MetadataGraph` mutation.", "fields": [ { "name": "clientMutationId", @@ -19173,12 +26791,12 @@ "deprecationReason": null }, { - "name": "string", - "description": null, + "name": "metadataGraph", + "description": "The `MetadataGraph` that was updated by this mutation.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "MetadataGraph", "ofType": null }, "isDeprecated": false, @@ -19195,6 +26813,39 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "metadataGraphEdge", + "description": "An edge for our `MetadataGraph`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `MetadataGraph`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MetadataGraphsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "MetadataGraphsEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -19202,20 +26853,10 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "SCALAR", - "name": "UUID", - "description": "A universally unique identifier as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "INPUT_OBJECT", - "name": "UpdateAccountByAddrInput", - "description": "All input for the `updateAccountByAddr` mutation.", + "name": "UpdateOrganizationByAccountIdInput", + "description": "All input for the `updateOrganizationByAccountId` mutation.", "fields": null, "inputFields": [ { @@ -19231,14 +26872,14 @@ "deprecationReason": null }, { - "name": "accountPatch", - "description": "An object where the defined keys will be set on the `Account` being updated.", + "name": "organizationPatch", + "description": "An object where the defined keys will be set on the `Organization` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AccountPatch", + "name": "OrganizationPatch", "ofType": null } }, @@ -19247,14 +26888,14 @@ "deprecationReason": null }, { - "name": "addr", + "name": "accountId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "UUID", "ofType": null } }, @@ -19269,8 +26910,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateAccountByIdInput", - "description": "All input for the `updateAccountById` mutation.", + "name": "UpdateOrganizationByIdInput", + "description": "All input for the `updateOrganizationById` mutation.", "fields": null, "inputFields": [ { @@ -19286,14 +26927,14 @@ "deprecationReason": null }, { - "name": "accountPatch", - "description": "An object where the defined keys will be set on the `Account` being updated.", + "name": "organizationPatch", + "description": "An object where the defined keys will be set on the `Organization` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AccountPatch", + "name": "OrganizationPatch", "ofType": null } }, @@ -19324,8 +26965,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateAccountInput", - "description": "All input for the `updateAccount` mutation.", + "name": "UpdateOrganizationInput", + "description": "All input for the `updateOrganization` mutation.", "fields": null, "inputFields": [ { @@ -19342,7 +26983,7 @@ }, { "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `Account` to be updated.", + "description": "The globally unique `ID` which will identify a single `Organization` to be updated.", "type": { "kind": "NON_NULL", "name": null, @@ -19357,14 +26998,14 @@ "deprecationReason": null }, { - "name": "accountPatch", - "description": "An object where the defined keys will be set on the `Account` being updated.", + "name": "organizationPatch", + "description": "An object where the defined keys will be set on the `Organization` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AccountPatch", + "name": "OrganizationPatch", "ofType": null } }, @@ -19379,8 +27020,8 @@ }, { "kind": "OBJECT", - "name": "UpdateAccountPayload", - "description": "The output of our update `Account` mutation.", + "name": "UpdateOrganizationPayload", + "description": "The output of our update `Organization` mutation.", "fields": [ { "name": "clientMutationId", @@ -19395,12 +27036,12 @@ "deprecationReason": null }, { - "name": "account", - "description": "The `Account` that was updated by this mutation.", + "name": "organization", + "description": "The `Organization` that was updated by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "Account", + "name": "Organization", "ofType": null }, "isDeprecated": false, @@ -19419,8 +27060,8 @@ "deprecationReason": null }, { - "name": "accountByCreatorId", - "description": "Reads a single `Account` that is related to this `Account`.", + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `Organization`.", "args": [], "type": { "kind": "OBJECT", @@ -19431,12 +27072,12 @@ "deprecationReason": null }, { - "name": "accountEdge", - "description": "An edge for our `Account`. May be used by Relay 1.", + "name": "organizationEdge", + "description": "An edge for our `Organization`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `Account`.", + "description": "The method to use when ordering `Organization`.", "type": { "kind": "LIST", "name": null, @@ -19445,7 +27086,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AccountsOrderBy", + "name": "OrganizationsOrderBy", "ofType": null } } @@ -19457,7 +27098,7 @@ ], "type": { "kind": "OBJECT", - "name": "AccountsEdge", + "name": "OrganizationsEdge", "ofType": null }, "isDeprecated": false, @@ -19471,8 +27112,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateCreditBatchByBatchDenomInput", - "description": "All input for the `updateCreditBatchByBatchDenom` mutation.", + "name": "UpdatePostByIriInput", + "description": "All input for the `updatePostByIri` mutation.", "fields": null, "inputFields": [ { @@ -19488,14 +27129,14 @@ "deprecationReason": null }, { - "name": "creditBatchPatch", - "description": "An object where the defined keys will be set on the `CreditBatch` being updated.", + "name": "postPatch", + "description": "An object where the defined keys will be set on the `Post` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CreditBatchPatch", + "name": "PostPatch", "ofType": null } }, @@ -19504,7 +27145,7 @@ "deprecationReason": null }, { - "name": "batchDenom", + "name": "iri", "description": null, "type": { "kind": "NON_NULL", @@ -19526,63 +27167,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateCreditBatchByIdInput", - "description": "All input for the `updateCreditBatchById` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditBatchPatch", - "description": "An object where the defined keys will be set on the `CreditBatch` being updated.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditBatchPatch", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "UpdateCreditBatchInput", - "description": "All input for the `updateCreditBatch` mutation.", + "name": "UpdatePostInput", + "description": "All input for the `updatePost` mutation.", "fields": null, "inputFields": [ { @@ -19599,7 +27185,7 @@ }, { "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `CreditBatch` to be updated.", + "description": "The globally unique `ID` which will identify a single `Post` to be updated.", "type": { "kind": "NON_NULL", "name": null, @@ -19614,14 +27200,14 @@ "deprecationReason": null }, { - "name": "creditBatchPatch", - "description": "An object where the defined keys will be set on the `CreditBatch` being updated.", + "name": "postPatch", + "description": "An object where the defined keys will be set on the `Post` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CreditBatchPatch", + "name": "PostPatch", "ofType": null } }, @@ -19636,8 +27222,8 @@ }, { "kind": "OBJECT", - "name": "UpdateCreditBatchPayload", - "description": "The output of our update `CreditBatch` mutation.", + "name": "UpdatePostPayload", + "description": "The output of our update `Post` mutation.", "fields": [ { "name": "clientMutationId", @@ -19652,12 +27238,12 @@ "deprecationReason": null }, { - "name": "creditBatch", - "description": "The `CreditBatch` that was updated by this mutation.", + "name": "post", + "description": "The `Post` that was updated by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditBatch", + "name": "Post", "ofType": null }, "isDeprecated": false, @@ -19676,36 +27262,36 @@ "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `CreditBatch`.", + "name": "accountByCreatorAccountId", + "description": "Reads a single `Account` that is related to this `Post`.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionByCreditClassVersionIdAndCreditClassVersionCreatedAt", - "description": "Reads a single `CreditClassVersion` that is related to this `CreditBatch`.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Post`.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditClassVersion", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditBatchEdge", - "description": "An edge for our `CreditBatch`. May be used by Relay 1.", + "name": "postEdge", + "description": "An edge for our `Post`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `CreditBatch`.", + "description": "The method to use when ordering `Post`.", "type": { "kind": "LIST", "name": null, @@ -19714,7 +27300,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CreditBatchesOrderBy", + "name": "PostsOrderBy", "ofType": null } } @@ -19726,7 +27312,7 @@ ], "type": { "kind": "OBJECT", - "name": "CreditBatchesEdge", + "name": "PostsEdge", "ofType": null }, "isDeprecated": false, @@ -19740,8 +27326,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassByIdInput", - "description": "All input for the `updateCreditClassById` mutation.", + "name": "UpdateProjectByIdInput", + "description": "All input for the `updateProjectById` mutation.", "fields": null, "inputFields": [ { @@ -19757,14 +27343,14 @@ "deprecationReason": null }, { - "name": "creditClassPatch", - "description": "An object where the defined keys will be set on the `CreditClass` being updated.", + "name": "projectPatch", + "description": "An object where the defined keys will be set on the `Project` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CreditClassPatch", + "name": "ProjectPatch", "ofType": null } }, @@ -19795,8 +27381,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassByOnChainIdInput", - "description": "All input for the `updateCreditClassByOnChainId` mutation.", + "name": "UpdateProjectByOnChainIdInput", + "description": "All input for the `updateProjectByOnChainId` mutation.", "fields": null, "inputFields": [ { @@ -19812,14 +27398,14 @@ "deprecationReason": null }, { - "name": "creditClassPatch", - "description": "An object where the defined keys will be set on the `CreditClass` being updated.", + "name": "projectPatch", + "description": "An object where the defined keys will be set on the `Project` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CreditClassPatch", + "name": "ProjectPatch", "ofType": null } }, @@ -19850,8 +27436,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassByUriInput", - "description": "All input for the `updateCreditClassByUri` mutation.", + "name": "UpdateProjectBySlugInput", + "description": "All input for the `updateProjectBySlug` mutation.", "fields": null, "inputFields": [ { @@ -19867,14 +27453,14 @@ "deprecationReason": null }, { - "name": "creditClassPatch", - "description": "An object where the defined keys will be set on the `CreditClass` being updated.", + "name": "projectPatch", + "description": "An object where the defined keys will be set on the `Project` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CreditClassPatch", + "name": "ProjectPatch", "ofType": null } }, @@ -19883,7 +27469,7 @@ "deprecationReason": null }, { - "name": "uri", + "name": "slug", "description": null, "type": { "kind": "NON_NULL", @@ -19905,8 +27491,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassInput", - "description": "All input for the `updateCreditClass` mutation.", + "name": "UpdateProjectInput", + "description": "All input for the `updateProject` mutation.", "fields": null, "inputFields": [ { @@ -19923,137 +27509,45 @@ }, { "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `CreditClass` to be updated.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClassPatch", - "description": "An object where the defined keys will be set on the `CreditClass` being updated.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreditClassPatch", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UpdateCreditClassPayload", - "description": "The output of our update `CreditClass` mutation.", - "fields": [ - { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClass", - "description": "The `CreditClass` that was updated by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountByRegistryId", - "description": "Reads a single `Account` that is related to this `CreditClass`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClassEdge", - "description": "An edge for our `CreditClass`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `CreditClass`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CreditClassesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null + "description": "The globally unique `ID` which will identify a single `Project` to be updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectPatch", + "description": "An object where the defined keys will be set on the `Project` being updated.", "type": { - "kind": "OBJECT", - "name": "CreditClassesEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectPatch", + "ofType": null + } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassVersionByIdAndCreatedAtInput", - "description": "All input for the `updateCreditClassVersionByIdAndCreatedAt` mutation.", + "name": "UpdateProjectPartnerByProjectIdAndAccountIdInput", + "description": "All input for the `updateProjectPartnerByProjectIdAndAccountId` mutation.", "fields": null, "inputFields": [ { @@ -20069,14 +27563,14 @@ "deprecationReason": null }, { - "name": "creditClassVersionPatch", - "description": "An object where the defined keys will be set on the `CreditClassVersion` being updated.", + "name": "projectPartnerPatch", + "description": "An object where the defined keys will be set on the `ProjectPartner` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CreditClassVersionPatch", + "name": "ProjectPartnerPatch", "ofType": null } }, @@ -20085,7 +27579,7 @@ "deprecationReason": null }, { - "name": "id", + "name": "projectId", "description": null, "type": { "kind": "NON_NULL", @@ -20101,14 +27595,14 @@ "deprecationReason": null }, { - "name": "createdAt", + "name": "accountId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "UUID", "ofType": null } }, @@ -20123,8 +27617,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateCreditClassVersionInput", - "description": "All input for the `updateCreditClassVersion` mutation.", + "name": "UpdateProjectPartnerInput", + "description": "All input for the `updateProjectPartner` mutation.", "fields": null, "inputFields": [ { @@ -20141,7 +27635,7 @@ }, { "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `CreditClassVersion` to be updated.", + "description": "The globally unique `ID` which will identify a single `ProjectPartner` to be updated.", "type": { "kind": "NON_NULL", "name": null, @@ -20156,14 +27650,14 @@ "deprecationReason": null }, { - "name": "creditClassVersionPatch", - "description": "An object where the defined keys will be set on the `CreditClassVersion` being updated.", + "name": "projectPartnerPatch", + "description": "An object where the defined keys will be set on the `ProjectPartner` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CreditClassVersionPatch", + "name": "ProjectPartnerPatch", "ofType": null } }, @@ -20178,8 +27672,8 @@ }, { "kind": "OBJECT", - "name": "UpdateCreditClassVersionPayload", - "description": "The output of our update `CreditClassVersion` mutation.", + "name": "UpdateProjectPartnerPayload", + "description": "The output of our update `ProjectPartner` mutation.", "fields": [ { "name": "clientMutationId", @@ -20194,12 +27688,12 @@ "deprecationReason": null }, { - "name": "creditClassVersion", - "description": "The `CreditClassVersion` that was updated by this mutation.", + "name": "projectPartner", + "description": "The `ProjectPartner` that was updated by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditClassVersion", + "name": "ProjectPartner", "ofType": null }, "isDeprecated": false, @@ -20218,24 +27712,36 @@ "deprecationReason": null }, { - "name": "creditClassById", - "description": "Reads a single `CreditClass` that is related to this `CreditClassVersion`.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectPartner`.", "args": [], "type": { "kind": "OBJECT", - "name": "CreditClass", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "creditClassVersionEdge", - "description": "An edge for our `CreditClassVersion`. May be used by Relay 1.", + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `ProjectPartner`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectPartnerEdge", + "description": "An edge for our `ProjectPartner`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `CreditClassVersion`.", + "description": "The method to use when ordering `ProjectPartner`.", "type": { "kind": "LIST", "name": null, @@ -20244,7 +27750,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CreditClassVersionsOrderBy", + "name": "ProjectPartnersOrderBy", "ofType": null } } @@ -20256,7 +27762,7 @@ ], "type": { "kind": "OBJECT", - "name": "CreditClassVersionsEdge", + "name": "ProjectPartnersEdge", "ofType": null }, "isDeprecated": false, @@ -20269,175 +27775,101 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "UpdateDocumentByIdInput", - "description": "All input for the `updateDocumentById` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "UpdateProjectPayload", + "description": "The output of our update `Project` mutation.", + "fields": [ { "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "documentPatch", - "description": "An object where the defined keys will be set on the `Document` being updated.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DocumentPatch", - "ofType": null - } - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "UpdateDocumentInput", - "description": "All input for the `updateDocument` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "project", + "description": "The `Project` that was updated by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `Document` to be updated.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "Query", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "documentPatch", - "description": "An object where the defined keys will be set on the `Document` being updated.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DocumentPatch", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UpdateDocumentPayload", - "description": "The output of our update `Document` mutation.", - "fields": [ - { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "accountByDeveloperId", + "description": "Reads a single `Account` that is related to this `Project`.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "document", - "description": "The `Document` that was updated by this mutation.", + "name": "creditClassByCreditClassId", + "description": "Reads a single `CreditClass` that is related to this `Project`.", "args": [], "type": { "kind": "OBJECT", - "name": "Document", + "name": "CreditClass", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "accountByVerifierId", + "description": "Reads a single `Account` that is related to this `Project`.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `Document`.", + "name": "accountByAdminAccountId", + "description": "Reads a single `Account` that is related to this `Project`.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "Account", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "documentEdge", - "description": "An edge for our `Document`. May be used by Relay 1.", + "name": "projectEdge", + "description": "An edge for our `Project`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `Document`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -20446,7 +27878,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "DocumentsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -20458,7 +27890,7 @@ ], "type": { "kind": "OBJECT", - "name": "DocumentsEdge", + "name": "ProjectsEdge", "ofType": null }, "isDeprecated": false, @@ -20472,8 +27904,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateMetadataGraphByIriInput", - "description": "All input for the `updateMetadataGraphByIri` mutation.", + "name": "UpdateShaclGraphByUriInput", + "description": "All input for the `updateShaclGraphByUri` mutation.", "fields": null, "inputFields": [ { @@ -20489,14 +27921,14 @@ "deprecationReason": null }, { - "name": "metadataGraphPatch", - "description": "An object where the defined keys will be set on the `MetadataGraph` being updated.", + "name": "shaclGraphPatch", + "description": "An object where the defined keys will be set on the `ShaclGraph` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "MetadataGraphPatch", + "name": "ShaclGraphPatch", "ofType": null } }, @@ -20505,7 +27937,7 @@ "deprecationReason": null }, { - "name": "iri", + "name": "uri", "description": null, "type": { "kind": "NON_NULL", @@ -20527,8 +27959,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateMetadataGraphInput", - "description": "All input for the `updateMetadataGraph` mutation.", + "name": "UpdateShaclGraphInput", + "description": "All input for the `updateShaclGraph` mutation.", "fields": null, "inputFields": [ { @@ -20545,7 +27977,7 @@ }, { "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `MetadataGraph` to be updated.", + "description": "The globally unique `ID` which will identify a single `ShaclGraph` to be updated.", "type": { "kind": "NON_NULL", "name": null, @@ -20560,14 +27992,14 @@ "deprecationReason": null }, { - "name": "metadataGraphPatch", - "description": "An object where the defined keys will be set on the `MetadataGraph` being updated.", + "name": "shaclGraphPatch", + "description": "An object where the defined keys will be set on the `ShaclGraph` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "MetadataGraphPatch", + "name": "ShaclGraphPatch", "ofType": null } }, @@ -20582,8 +28014,8 @@ }, { "kind": "OBJECT", - "name": "UpdateMetadataGraphPayload", - "description": "The output of our update `MetadataGraph` mutation.", + "name": "UpdateShaclGraphPayload", + "description": "The output of our update `ShaclGraph` mutation.", "fields": [ { "name": "clientMutationId", @@ -20598,12 +28030,12 @@ "deprecationReason": null }, { - "name": "metadataGraph", - "description": "The `MetadataGraph` that was updated by this mutation.", + "name": "shaclGraph", + "description": "The `ShaclGraph` that was updated by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "MetadataGraph", + "name": "ShaclGraph", "ofType": null }, "isDeprecated": false, @@ -20622,12 +28054,12 @@ "deprecationReason": null }, { - "name": "metadataGraphEdge", - "description": "An edge for our `MetadataGraph`. May be used by Relay 1.", + "name": "shaclGraphEdge", + "description": "An edge for our `ShaclGraph`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `MetadataGraph`.", + "description": "The method to use when ordering `ShaclGraph`.", "type": { "kind": "LIST", "name": null, @@ -20636,7 +28068,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MetadataGraphsOrderBy", + "name": "ShaclGraphsOrderBy", "ofType": null } } @@ -20648,7 +28080,7 @@ ], "type": { "kind": "OBJECT", - "name": "MetadataGraphsEdge", + "name": "ShaclGraphsEdge", "ofType": null }, "isDeprecated": false, @@ -20662,8 +28094,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateOrganizationByAccountIdInput", - "description": "All input for the `updateOrganizationByAccountId` mutation.", + "name": "UpdateUploadByIriInput", + "description": "All input for the `updateUploadByIri` mutation.", "fields": null, "inputFields": [ { @@ -20679,14 +28111,14 @@ "deprecationReason": null }, { - "name": "organizationPatch", - "description": "An object where the defined keys will be set on the `Organization` being updated.", + "name": "uploadPatch", + "description": "An object where the defined keys will be set on the `Upload` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "OrganizationPatch", + "name": "UploadPatch", "ofType": null } }, @@ -20695,14 +28127,14 @@ "deprecationReason": null }, { - "name": "accountId", + "name": "iri", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null } }, @@ -20717,8 +28149,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateOrganizationByIdInput", - "description": "All input for the `updateOrganizationById` mutation.", + "name": "UpdateUploadByUrlInput", + "description": "All input for the `updateUploadByUrl` mutation.", "fields": null, "inputFields": [ { @@ -20734,14 +28166,14 @@ "deprecationReason": null }, { - "name": "organizationPatch", - "description": "An object where the defined keys will be set on the `Organization` being updated.", + "name": "uploadPatch", + "description": "An object where the defined keys will be set on the `Upload` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "OrganizationPatch", + "name": "UploadPatch", "ofType": null } }, @@ -20750,14 +28182,14 @@ "deprecationReason": null }, { - "name": "id", + "name": "url", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "UUID", + "name": "String", "ofType": null } }, @@ -20772,8 +28204,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateOrganizationInput", - "description": "All input for the `updateOrganization` mutation.", + "name": "UpdateUploadInput", + "description": "All input for the `updateUpload` mutation.", "fields": null, "inputFields": [ { @@ -20790,7 +28222,7 @@ }, { "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `Organization` to be updated.", + "description": "The globally unique `ID` which will identify a single `Upload` to be updated.", "type": { "kind": "NON_NULL", "name": null, @@ -20805,14 +28237,14 @@ "deprecationReason": null }, { - "name": "organizationPatch", - "description": "An object where the defined keys will be set on the `Organization` being updated.", + "name": "uploadPatch", + "description": "An object where the defined keys will be set on the `Upload` being updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "OrganizationPatch", + "name": "UploadPatch", "ofType": null } }, @@ -20827,8 +28259,8 @@ }, { "kind": "OBJECT", - "name": "UpdateOrganizationPayload", - "description": "The output of our update `Organization` mutation.", + "name": "UpdateUploadPayload", + "description": "The output of our update `Upload` mutation.", "fields": [ { "name": "clientMutationId", @@ -20843,12 +28275,12 @@ "deprecationReason": null }, { - "name": "organization", - "description": "The `Organization` that was updated by this mutation.", + "name": "upload", + "description": "The `Upload` that was updated by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "Organization", + "name": "Upload", "ofType": null }, "isDeprecated": false, @@ -20868,7 +28300,7 @@ }, { "name": "accountByAccountId", - "description": "Reads a single `Account` that is related to this `Organization`.", + "description": "Reads a single `Account` that is related to this `Upload`.", "args": [], "type": { "kind": "OBJECT", @@ -20879,12 +28311,24 @@ "deprecationReason": null }, { - "name": "organizationEdge", - "description": "An edge for our `Organization`. May be used by Relay 1.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Upload`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uploadEdge", + "description": "An edge for our `Upload`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `Organization`.", + "description": "The method to use when ordering `Upload`.", "type": { "kind": "LIST", "name": null, @@ -20893,7 +28337,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OrganizationsOrderBy", + "name": "UploadsOrderBy", "ofType": null } } @@ -20905,7 +28349,7 @@ ], "type": { "kind": "OBJECT", - "name": "OrganizationsEdge", + "name": "UploadsEdge", "ofType": null }, "isDeprecated": false, @@ -20917,15 +28361,228 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "Upload", + "description": "Storage tracking for project media uploads", + "fields": [ + { + "name": "nodeId", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "iri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "size", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mimetype", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountByAccountId", + "description": "Reads a single `Account` that is related to this `Upload`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Upload`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", - "name": "UpdateProjectByIdInput", - "description": "All input for the `updateProjectById` mutation.", + "name": "UploadCondition", + "description": "A condition to be used against `Upload` object types. All fields are tested for equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "iri", + "description": "Checks for equality with the object’s `iri` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": "Checks for equality with the object’s `url` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "size", + "description": "Checks for equality with the object’s `size` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mimetype", + "description": "Checks for equality with the object’s `mimetype` field.", "type": { "kind": "SCALAR", "name": "String", @@ -20936,32 +28593,24 @@ "deprecationReason": null }, { - "name": "projectPatch", - "description": "An object where the defined keys will be set on the `Project` being updated.", + "name": "accountId", + "description": "Checks for equality with the object’s `accountId` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectPatch", - "ofType": null - } + "kind": "SCALAR", + "name": "UUID", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } + "kind": "SCALAR", + "name": "UUID", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -20974,40 +28623,40 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateProjectByOnChainIdInput", - "description": "All input for the `updateProjectByOnChainId` mutation.", + "name": "UploadInput", + "description": "An input for mutations affecting `Upload`", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "iri", + "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectPatch", - "description": "An object where the defined keys will be set on the `Project` being updated.", + "name": "createdAt", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectPatch", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "onChainId", + "name": "url", "description": null, "type": { "kind": "NON_NULL", @@ -21021,39 +28670,16 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectBySlugInput", - "description": "All input for the `updateProjectBySlug` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectPatch", - "description": "An object where the defined keys will be set on the `Project` being updated.", + "name": "size", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectPatch", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -21062,7 +28688,7 @@ "deprecationReason": null }, { - "name": "slug", + "name": "mimetype", "description": null, "type": { "kind": "NON_NULL", @@ -21076,39 +28702,16 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectInput", - "description": "All input for the `updateProject` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `Project` to be updated.", + "name": "accountId", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "UUID", "ofType": null } }, @@ -21117,14 +28720,14 @@ "deprecationReason": null }, { - "name": "projectPatch", - "description": "An object where the defined keys will be set on the `Project` being updated.", + "name": "projectId", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectPatch", + "kind": "SCALAR", + "name": "UUID", "ofType": null } }, @@ -21138,142 +28741,62 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "UpdateProjectPayload", - "description": "The output of our update `Project` mutation.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "UploadPatch", + "description": "Represents an update to a `Upload`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "iri", + "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "project", - "description": "The `Project` that was updated by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountByDeveloperId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "creditClassByCreditClassId", - "description": "Reads a single `CreditClass` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CreditClass", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "accountByVerifierId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], + "name": "createdAt", + "description": null, "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "accountByAdminAccountId", - "description": "Reads a single `Account` that is related to this `Project`.", - "args": [], + "name": "url", + "description": null, "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectEdge", - "description": "An edge for our `Project`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], + "name": "size", + "description": null, "type": { - "kind": "OBJECT", - "name": "ProjectsEdge", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "UpdateShaclGraphByUriInput", - "description": "All input for the `updateShaclGraphByUri` mutation.", - "fields": null, - "inputFields": [ + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "mimetype", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -21284,32 +28807,24 @@ "deprecationReason": null }, { - "name": "shaclGraphPatch", - "description": "An object where the defined keys will be set on the `ShaclGraph` being updated.", + "name": "accountId", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphPatch", - "ofType": null - } + "kind": "SCALAR", + "name": "UUID", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", + "name": "projectId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "UUID", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -21321,138 +28836,238 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "UpdateShaclGraphInput", - "description": "All input for the `updateShaclGraph` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "UploadsConnection", + "description": "A connection to a list of `Upload` values.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "nodes", + "description": "A list of `Upload` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Upload", + "ofType": null + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodeId", - "description": "The globally unique `ID` which will identify a single `ShaclGraph` to be updated.", + "name": "edges", + "description": "A list of edges which contains the `Upload` and cursor to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UploadsEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraphPatch", - "description": "An object where the defined keys will be set on the `ShaclGraph` being updated.", + "name": "totalCount", + "description": "The count of *all* `Upload` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ShaclGraphPatch", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "UpdateShaclGraphPayload", - "description": "The output of our update `ShaclGraph` mutation.", + "name": "UploadsEdge", + "description": "A `Upload` edge in the connection.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraph", - "description": "The `ShaclGraph` that was updated by this mutation.", + "name": "node", + "description": "The `Upload` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ShaclGraph", + "name": "Upload", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "UploadsOrderBy", + "description": "Methods to use when ordering `Upload`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "IRI_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "shaclGraphEdge", - "description": "An edge for our `ShaclGraph`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `ShaclGraph`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ShaclGraphsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ShaclGraphsEdge", - "ofType": null - }, + "name": "IRI_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "URL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "URL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SIZE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SIZE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIMETYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIMETYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCOUNT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCOUNT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, "possibleTypes": null }, { diff --git a/web-marketplace/src/components/organisms/Stakeholders/Stakeholders.tsx b/web-marketplace/src/components/organisms/Stakeholders/Stakeholders.tsx index 31072482c0..e3a8ebb297 100644 --- a/web-marketplace/src/components/organisms/Stakeholders/Stakeholders.tsx +++ b/web-marketplace/src/components/organisms/Stakeholders/Stakeholders.tsx @@ -13,17 +13,16 @@ export type Stakeholder = { type Props = { stakeholders: Stakeholder[]; - minSm: number; }; -export const Stakeholders = ({ stakeholders, minSm }: Props) => { +export const Stakeholders = ({ stakeholders }: Props) => { const filtered = stakeholders.filter(u => Array.isArray(u.accounts) ? u.accounts.length > 0 : Boolean(u.accounts), ); - const sm = Math.min(12 / filtered.length, minSm); + const sm = filtered.length === 4 ? 3 : 4; return ( - + {filtered.map(({ accounts, title, tooltip }, i) => { const sx = i !== filtered.length - 1 ? { mb: { xs: 8.25, sm: 0 } } : undefined; @@ -36,7 +35,7 @@ export const Stakeholders = ({ stakeholders, minSm }: Props) => { title={title} tooltip={tooltip} fontFamily={defaultFontFamily} - sx={{ mb: 7.5 }} + sx={{ mb: accounts.length > 1 ? { xs: 5, sm: 7.5 } : 7.5 }} /> {accounts.length > 1 && ( { user={account} key={account?.name} fontFamily={defaultFontFamily} - sx={{ mb: 7.5 }} + sx={{ mb: { xs: 5, sm: 7.5 } }} /> ))} /> diff --git a/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.Stakeholders.tsx b/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.Stakeholders.tsx index 5155bd6f19..309b8aee10 100644 --- a/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.Stakeholders.tsx +++ b/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.Stakeholders.tsx @@ -7,6 +7,7 @@ type Props = { projectDeveloper?: Account; projectVerifier?: Account; program?: Account; + partners?: Account[]; }; export const ProjectDetailsStakeholders: React.FC = ({ @@ -14,6 +15,7 @@ export const ProjectDetailsStakeholders: React.FC = ({ admin, projectDeveloper, projectVerifier, + partners, }) => { const stakeholders = [ { @@ -59,7 +61,17 @@ export const ProjectDetailsStakeholders: React.FC = ({ ), }, + { + accounts: partners, + title: 'partners', + tooltip: ( + <> + Partners can offer crucial financial support or monitor + progress and ensure environmental standards are met. + + ), + }, ]; - return ; + return ; }; diff --git a/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.tsx b/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.tsx index b54fb27e67..18d645a037 100644 --- a/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.tsx +++ b/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.tsx @@ -259,14 +259,13 @@ function ProjectDetails(): JSX.Element { ? anchoredMetadata : offChainProjectMetadata; - const { projectDeveloper, projectVerifier, program, admin } = useStakeholders( - { + const { projectDeveloper, projectVerifier, program, admin, partners } = + useStakeholders({ anchoredMetadata, offChainProject, onChainProject, creditClassMetadata, - }, - ); + }); const { geojson, isGISFile } = useGeojson({ projectMetadata, projectPageMetadata: offChainProjectMetadata, @@ -467,6 +466,7 @@ function ProjectDetails(): JSX.Element { projectVerifier={projectVerifier} program={program} admin={admin} + partners={partners} /> diff --git a/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.utils.tsx b/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.utils.tsx index 883283be33..d80f4dffc0 100644 --- a/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.utils.tsx +++ b/web-marketplace/src/components/templates/ProjectDetails/ProjectDetails.utils.tsx @@ -228,11 +228,11 @@ const getAccountFromMetadata = ( export function getDisplayAccount( metadataRole?: ProjectStakeholder, - party?: Maybe, + account?: Maybe, ): Account | undefined { - const dbAccount = getAccount(party); + const dbAccount = getAccount(account); if (dbAccount) return dbAccount; - // If no party info available for this role, check the metadata + // If no account info available for this role, check the metadata if (metadataRole) return getAccountFromMetadata(metadataRole); return undefined; } diff --git a/web-marketplace/src/components/templates/ProjectDetails/hooks/useStakeholders.ts b/web-marketplace/src/components/templates/ProjectDetails/hooks/useStakeholders.ts index 6d1b50d241..473a5f7e5c 100644 --- a/web-marketplace/src/components/templates/ProjectDetails/hooks/useStakeholders.ts +++ b/web-marketplace/src/components/templates/ProjectDetails/hooks/useStakeholders.ts @@ -5,6 +5,7 @@ import { } from '@apollo/client'; import { ProjectInfo } from '@regen-network/api/lib/generated/regen/ecocredit/v1/query'; import { useQuery } from '@tanstack/react-query'; +import { Account } from 'web-components/src/components/user/UserInfo'; import { Maybe, ProjectFieldsFragment } from 'generated/graphql'; import { @@ -17,7 +18,7 @@ import { getAccountByAddrQuery } from 'lib/queries/react-query/registry-server/g import { useAccountInfo } from 'pages/ProfileEdit/hooks/useAccountInfo'; import { getDisplayAccountOrAddress } from 'components/organisms/DetailsSection/DetailsSection.utils'; -import { getDisplayAccount } from '../ProjectDetails.utils'; +import { getAccount, getDisplayAccount } from '../ProjectDetails.utils'; type Params = { anchoredMetadata?: AnchoredProjectMetadataLD; @@ -62,10 +63,15 @@ export const useStakeholders = ({ const { account } = useAccountInfo({ accountByAddr }); const admin = getDisplayAccountOrAddress(adminAddr, account); + const partners = offChainProject?.projectPartnersByProjectId?.nodes?.map( + partner => getAccount(partner?.accountByAccountId), + ) as Account[]; + return { projectDeveloper, projectVerifier, program, admin, + partners, }; }; diff --git a/web-marketplace/src/generated/graphql.tsx b/web-marketplace/src/generated/graphql.tsx index b14062cb11..8a41dcfb38 100644 --- a/web-marketplace/src/generated/graphql.tsx +++ b/web-marketplace/src/generated/graphql.tsx @@ -63,6 +63,12 @@ export type Account = Node & { projectsByVerifierId: ProjectsConnection; /** Reads and enables pagination through a set of `Project`. */ projectsByAdminAccountId: ProjectsConnection; + /** Reads and enables pagination through a set of `Upload`. */ + uploadsByAccountId: UploadsConnection; + /** Reads and enables pagination through a set of `Post`. */ + postsByCreatorAccountId: PostsConnection; + /** Reads and enables pagination through a set of `ProjectPartner`. */ + projectPartnersByAccountId: ProjectPartnersConnection; /** Reads and enables pagination through a set of `CreditClass`. */ creditClassesByProjectDeveloperIdAndCreditClassId: AccountCreditClassesByProjectDeveloperIdAndCreditClassIdManyToManyConnection; /** Reads and enables pagination through a set of `Account`. */ @@ -81,6 +87,12 @@ export type Account = Node & { creditClassesByProjectAdminAccountIdAndCreditClassId: AccountCreditClassesByProjectAdminAccountIdAndCreditClassIdManyToManyConnection; /** Reads and enables pagination through a set of `Account`. */ accountsByProjectAdminAccountIdAndVerifierId: AccountAccountsByProjectAdminAccountIdAndVerifierIdManyToManyConnection; + /** Reads and enables pagination through a set of `Project`. */ + projectsByUploadAccountIdAndProjectId: AccountProjectsByUploadAccountIdAndProjectIdManyToManyConnection; + /** Reads and enables pagination through a set of `Project`. */ + projectsByPostCreatorAccountIdAndProjectId: AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyConnection; + /** Reads and enables pagination through a set of `Project`. */ + projectsByProjectPartnerAccountIdAndProjectId: AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyConnection; }; @@ -153,6 +165,40 @@ export type AccountProjectsByAdminAccountIdArgs = { }; +export type AccountUploadsByAccountIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + + +export type AccountPostsByCreatorAccountIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + + +export type AccountProjectPartnersByAccountIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + + export type AccountCreditClassesByProjectDeveloperIdAndCreditClassIdArgs = { first?: Maybe; last?: Maybe; @@ -251,6 +297,42 @@ export type AccountAccountsByProjectAdminAccountIdAndVerifierIdArgs = { condition?: Maybe; }; + +export type AccountProjectsByUploadAccountIdAndProjectIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + + +export type AccountProjectsByPostCreatorAccountIdAndProjectIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + + +export type AccountProjectsByProjectPartnerAccountIdAndProjectIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + /** A connection to a list of `Account` values, with data from `Project`. */ export type AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyConnection = { __typename?: 'AccountAccountsByProjectAdminAccountIdAndDeveloperIdManyToManyConnection'; @@ -648,6 +730,101 @@ export type AccountPatch = { addr?: Maybe; }; +/** A connection to a list of `Project` values, with data from `Post`. */ +export type AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyConnection = { + __typename?: 'AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyConnection'; + /** A list of `Project` objects. */ + nodes: Array>; + /** A list of edges which contains the `Project`, info from the `Post`, and the cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Project` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Project` edge in the connection, with data from `Post`. */ +export type AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyEdge = { + __typename?: 'AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Project` at the end of the edge. */ + node?: Maybe; + /** Reads and enables pagination through a set of `Post`. */ + postsByProjectId: PostsConnection; +}; + + +/** A `Project` edge in the connection, with data from `Post`. */ +export type AccountProjectsByPostCreatorAccountIdAndProjectIdManyToManyEdgePostsByProjectIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + +/** A connection to a list of `Project` values, with data from `ProjectPartner`. */ +export type AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyConnection = { + __typename?: 'AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyConnection'; + /** A list of `Project` objects. */ + nodes: Array>; + /** A list of edges which contains the `Project`, info from the `ProjectPartner`, and the cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Project` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Project` edge in the connection, with data from `ProjectPartner`. */ +export type AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyEdge = { + __typename?: 'AccountProjectsByProjectPartnerAccountIdAndProjectIdManyToManyEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Project` at the end of the edge. */ + node?: Maybe; +}; + +/** A connection to a list of `Project` values, with data from `Upload`. */ +export type AccountProjectsByUploadAccountIdAndProjectIdManyToManyConnection = { + __typename?: 'AccountProjectsByUploadAccountIdAndProjectIdManyToManyConnection'; + /** A list of `Project` objects. */ + nodes: Array>; + /** A list of edges which contains the `Project`, info from the `Upload`, and the cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Project` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Project` edge in the connection, with data from `Upload`. */ +export type AccountProjectsByUploadAccountIdAndProjectIdManyToManyEdge = { + __typename?: 'AccountProjectsByUploadAccountIdAndProjectIdManyToManyEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Project` at the end of the edge. */ + node?: Maybe; + /** Reads and enables pagination through a set of `Upload`. */ + uploadsByProjectId: UploadsConnection; +}; + + +/** A `Project` edge in the connection, with data from `Upload`. */ +export type AccountProjectsByUploadAccountIdAndProjectIdManyToManyEdgeUploadsByProjectIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + export enum AccountType { User = 'USER', Organization = 'ORGANIZATION' @@ -709,6 +886,58 @@ export enum AccountsOrderBy { } +export type Context = { + __typename?: 'Context'; + column?: Maybe; +}; + +/** A condition to be used against `Context` object types. All fields are tested for equality and combined with a logical ‘and.’ */ +export type ContextCondition = { + /** Checks for equality with the object’s `column` field. */ + column?: Maybe; +}; + +/** A filter to be used against `Context` object types. All fields are combined with a logical ‘and.’ */ +export type ContextFilter = { + /** Filter by the object’s `column` field. */ + column?: Maybe; + /** Checks for all expressions in this list. */ + and?: Maybe>; + /** Checks for any expressions in this list. */ + or?: Maybe>; + /** Negates the expression. */ + not?: Maybe; +}; + +/** A connection to a list of `Context` values. */ +export type ContextsConnection = { + __typename?: 'ContextsConnection'; + /** A list of `Context` objects. */ + nodes: Array>; + /** A list of edges which contains the `Context` and cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Context` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Context` edge in the connection. */ +export type ContextsEdge = { + __typename?: 'ContextsEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Context` at the end of the edge. */ + node?: Maybe; +}; + +/** Methods to use when ordering `Context`. */ +export enum ContextsOrderBy { + Natural = 'NATURAL', + ColumnAsc = 'COLUMN_ASC', + ColumnDesc = 'COLUMN_DESC' +} + /** All input for the create `Account` mutation. */ export type CreateAccountInput = { /** @@ -954,6 +1183,43 @@ export type CreateOrganizationPayloadOrganizationEdgeArgs = { orderBy?: Maybe>; }; +/** All input for the create `Post` mutation. */ +export type CreatePostInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The `Post` to be created by this mutation. */ + post: PostInput; +}; + +/** The output of our create `Post` mutation. */ +export type CreatePostPayload = { + __typename?: 'CreatePostPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `Post` that was created by this mutation. */ + post?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Account` that is related to this `Post`. */ + accountByCreatorAccountId?: Maybe; + /** Reads a single `Project` that is related to this `Post`. */ + projectByProjectId?: Maybe; + /** An edge for our `Post`. May be used by Relay 1. */ + postEdge?: Maybe; +}; + + +/** The output of our create `Post` mutation. */ +export type CreatePostPayloadPostEdgeArgs = { + orderBy?: Maybe>; +}; + /** All input for the create `Project` mutation. */ export type CreateProjectInput = { /** @@ -965,6 +1231,43 @@ export type CreateProjectInput = { project: ProjectInput; }; +/** All input for the create `ProjectPartner` mutation. */ +export type CreateProjectPartnerInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The `ProjectPartner` to be created by this mutation. */ + projectPartner: ProjectPartnerInput; +}; + +/** The output of our create `ProjectPartner` mutation. */ +export type CreateProjectPartnerPayload = { + __typename?: 'CreateProjectPartnerPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `ProjectPartner` that was created by this mutation. */ + projectPartner?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Project` that is related to this `ProjectPartner`. */ + projectByProjectId?: Maybe; + /** Reads a single `Account` that is related to this `ProjectPartner`. */ + accountByAccountId?: Maybe; + /** An edge for our `ProjectPartner`. May be used by Relay 1. */ + projectPartnerEdge?: Maybe; +}; + + +/** The output of our create `ProjectPartner` mutation. */ +export type CreateProjectPartnerPayloadProjectPartnerEdgeArgs = { + orderBy?: Maybe>; +}; + /** The output of our create `Project` mutation. */ export type CreateProjectPayload = { __typename?: 'CreateProjectPayload'; @@ -1028,6 +1331,43 @@ export type CreateShaclGraphPayloadShaclGraphEdgeArgs = { orderBy?: Maybe>; }; +/** All input for the create `Upload` mutation. */ +export type CreateUploadInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The `Upload` to be created by this mutation. */ + upload: UploadInput; +}; + +/** The output of our create `Upload` mutation. */ +export type CreateUploadPayload = { + __typename?: 'CreateUploadPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `Upload` that was created by this mutation. */ + upload?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Account` that is related to this `Upload`. */ + accountByAccountId?: Maybe; + /** Reads a single `Project` that is related to this `Upload`. */ + projectByProjectId?: Maybe; + /** An edge for our `Upload`. May be used by Relay 1. */ + uploadEdge?: Maybe; +}; + + +/** The output of our create `Upload` mutation. */ +export type CreateUploadPayloadUploadEdgeArgs = { + orderBy?: Maybe>; +}; + export type CreditBatch = Node & { __typename?: 'CreditBatch'; /** A globally unique identifier. Can be used in various places throughout the system to identify this single value. */ @@ -1903,6 +2243,54 @@ export type DeleteOrganizationPayloadOrganizationEdgeArgs = { orderBy?: Maybe>; }; +/** All input for the `deletePostByIri` mutation. */ +export type DeletePostByIriInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + iri: Scalars['String']; +}; + +/** All input for the `deletePost` mutation. */ +export type DeletePostInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The globally unique `ID` which will identify a single `Post` to be deleted. */ + nodeId: Scalars['ID']; +}; + +/** The output of our delete `Post` mutation. */ +export type DeletePostPayload = { + __typename?: 'DeletePostPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `Post` that was deleted by this mutation. */ + post?: Maybe; + deletedPostId?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Account` that is related to this `Post`. */ + accountByCreatorAccountId?: Maybe; + /** Reads a single `Project` that is related to this `Post`. */ + projectByProjectId?: Maybe; + /** An edge for our `Post`. May be used by Relay 1. */ + postEdge?: Maybe; +}; + + +/** The output of our delete `Post` mutation. */ +export type DeletePostPayloadPostEdgeArgs = { + orderBy?: Maybe>; +}; + /** All input for the `deleteProjectById` mutation. */ export type DeleteProjectByIdInput = { /** @@ -1944,24 +2332,73 @@ export type DeleteProjectInput = { nodeId: Scalars['ID']; }; -/** The output of our delete `Project` mutation. */ -export type DeleteProjectPayload = { - __typename?: 'DeleteProjectPayload'; +/** All input for the `deleteProjectPartnerByProjectIdAndAccountId` mutation. */ +export type DeleteProjectPartnerByProjectIdAndAccountIdInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + projectId: Scalars['UUID']; + accountId: Scalars['UUID']; +}; + +/** All input for the `deleteProjectPartner` mutation. */ +export type DeleteProjectPartnerInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The globally unique `ID` which will identify a single `ProjectPartner` to be deleted. */ + nodeId: Scalars['ID']; +}; + +/** The output of our delete `ProjectPartner` mutation. */ +export type DeleteProjectPartnerPayload = { + __typename?: 'DeleteProjectPartnerPayload'; /** * The exact same `clientMutationId` that was provided in the mutation input, * unchanged and unused. May be used by a client to track mutations. */ clientMutationId?: Maybe; - /** The `Project` that was deleted by this mutation. */ - project?: Maybe; - deletedProjectId?: Maybe; + /** The `ProjectPartner` that was deleted by this mutation. */ + projectPartner?: Maybe; + deletedProjectPartnerId?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Project` that is related to this `ProjectPartner`. */ + projectByProjectId?: Maybe; + /** Reads a single `Account` that is related to this `ProjectPartner`. */ + accountByAccountId?: Maybe; + /** An edge for our `ProjectPartner`. May be used by Relay 1. */ + projectPartnerEdge?: Maybe; +}; + + +/** The output of our delete `ProjectPartner` mutation. */ +export type DeleteProjectPartnerPayloadProjectPartnerEdgeArgs = { + orderBy?: Maybe>; +}; + +/** The output of our delete `Project` mutation. */ +export type DeleteProjectPayload = { + __typename?: 'DeleteProjectPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `Project` that was deleted by this mutation. */ + project?: Maybe; + deletedProjectId?: Maybe; /** Our root query field type. Allows us to run any query from our mutation payload. */ query?: Maybe; /** Reads a single `Account` that is related to this `Project`. */ - accountByDeveloperId?: Maybe; - /** Reads a single `CreditClass` that is related to this `Project`. */ - creditClassByCreditClassId?: Maybe; - /** Reads a single `Account` that is related to this `Project`. */ + accountByDeveloperId?: Maybe; + /** Reads a single `CreditClass` that is related to this `Project`. */ + creditClassByCreditClassId?: Maybe; + /** Reads a single `Account` that is related to this `Project`. */ accountByVerifierId?: Maybe; /** Reads a single `Account` that is related to this `Project`. */ accountByAdminAccountId?: Maybe; @@ -2019,6 +2456,64 @@ export type DeleteShaclGraphPayloadShaclGraphEdgeArgs = { orderBy?: Maybe>; }; +/** All input for the `deleteUploadByIri` mutation. */ +export type DeleteUploadByIriInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + iri: Scalars['String']; +}; + +/** All input for the `deleteUploadByUrl` mutation. */ +export type DeleteUploadByUrlInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + url: Scalars['String']; +}; + +/** All input for the `deleteUpload` mutation. */ +export type DeleteUploadInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The globally unique `ID` which will identify a single `Upload` to be deleted. */ + nodeId: Scalars['ID']; +}; + +/** The output of our delete `Upload` mutation. */ +export type DeleteUploadPayload = { + __typename?: 'DeleteUploadPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `Upload` that was deleted by this mutation. */ + upload?: Maybe; + deletedUploadId?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Account` that is related to this `Upload`. */ + accountByAccountId?: Maybe; + /** Reads a single `Project` that is related to this `Upload`. */ + projectByProjectId?: Maybe; + /** An edge for our `Upload`. May be used by Relay 1. */ + uploadEdge?: Maybe; +}; + + +/** The output of our delete `Upload` mutation. */ +export type DeleteUploadPayloadUploadEdgeArgs = { + orderBy?: Maybe>; +}; + export type Document = Node & { __typename?: 'Document'; /** A globally unique identifier. Can be used in various places throughout the system to identify this single value. */ @@ -2241,10 +2736,16 @@ export type Mutation = { createMetadataGraph?: Maybe; /** Creates a single `Organization`. */ createOrganization?: Maybe; + /** Creates a single `Post`. */ + createPost?: Maybe; /** Creates a single `Project`. */ createProject?: Maybe; + /** Creates a single `ProjectPartner`. */ + createProjectPartner?: Maybe; /** Creates a single `ShaclGraph`. */ createShaclGraph?: Maybe; + /** Creates a single `Upload`. */ + createUpload?: Maybe; /** Updates a single `Account` using its globally unique id and a patch. */ updateAccount?: Maybe; /** Updates a single `Account` using a unique key and a patch. */ @@ -2283,6 +2784,10 @@ export type Mutation = { updateOrganizationById?: Maybe; /** Updates a single `Organization` using a unique key and a patch. */ updateOrganizationByAccountId?: Maybe; + /** Updates a single `Post` using its globally unique id and a patch. */ + updatePost?: Maybe; + /** Updates a single `Post` using a unique key and a patch. */ + updatePostByIri?: Maybe; /** Updates a single `Project` using its globally unique id and a patch. */ updateProject?: Maybe; /** Updates a single `Project` using a unique key and a patch. */ @@ -2291,10 +2796,20 @@ export type Mutation = { updateProjectBySlug?: Maybe; /** Updates a single `Project` using a unique key and a patch. */ updateProjectByOnChainId?: Maybe; + /** Updates a single `ProjectPartner` using its globally unique id and a patch. */ + updateProjectPartner?: Maybe; + /** Updates a single `ProjectPartner` using a unique key and a patch. */ + updateProjectPartnerByProjectIdAndAccountId?: Maybe; /** Updates a single `ShaclGraph` using its globally unique id and a patch. */ updateShaclGraph?: Maybe; /** Updates a single `ShaclGraph` using a unique key and a patch. */ updateShaclGraphByUri?: Maybe; + /** Updates a single `Upload` using its globally unique id and a patch. */ + updateUpload?: Maybe; + /** Updates a single `Upload` using a unique key and a patch. */ + updateUploadByIri?: Maybe; + /** Updates a single `Upload` using a unique key and a patch. */ + updateUploadByUrl?: Maybe; /** Deletes a single `Account` using its globally unique id. */ deleteAccount?: Maybe; /** Deletes a single `Account` using a unique key. */ @@ -2333,6 +2848,10 @@ export type Mutation = { deleteOrganizationById?: Maybe; /** Deletes a single `Organization` using a unique key. */ deleteOrganizationByAccountId?: Maybe; + /** Deletes a single `Post` using its globally unique id. */ + deletePost?: Maybe; + /** Deletes a single `Post` using a unique key. */ + deletePostByIri?: Maybe; /** Deletes a single `Project` using its globally unique id. */ deleteProject?: Maybe; /** Deletes a single `Project` using a unique key. */ @@ -2341,10 +2860,20 @@ export type Mutation = { deleteProjectBySlug?: Maybe; /** Deletes a single `Project` using a unique key. */ deleteProjectByOnChainId?: Maybe; + /** Deletes a single `ProjectPartner` using its globally unique id. */ + deleteProjectPartner?: Maybe; + /** Deletes a single `ProjectPartner` using a unique key. */ + deleteProjectPartnerByProjectIdAndAccountId?: Maybe; /** Deletes a single `ShaclGraph` using its globally unique id. */ deleteShaclGraph?: Maybe; /** Deletes a single `ShaclGraph` using a unique key. */ deleteShaclGraphByUri?: Maybe; + /** Deletes a single `Upload` using its globally unique id. */ + deleteUpload?: Maybe; + /** Deletes a single `Upload` using a unique key. */ + deleteUploadByIri?: Maybe; + /** Deletes a single `Upload` using a unique key. */ + deleteUploadByUrl?: Maybe; shuffle?: Maybe; }; @@ -2391,18 +2920,36 @@ export type MutationCreateOrganizationArgs = { }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationCreatePostArgs = { + input: CreatePostInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationCreateProjectArgs = { input: CreateProjectInput; }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationCreateProjectPartnerArgs = { + input: CreateProjectPartnerInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationCreateShaclGraphArgs = { input: CreateShaclGraphInput; }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationCreateUploadArgs = { + input: CreateUploadInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationUpdateAccountArgs = { input: UpdateAccountInput; @@ -2517,6 +3064,18 @@ export type MutationUpdateOrganizationByAccountIdArgs = { }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationUpdatePostArgs = { + input: UpdatePostInput; +}; + + +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationUpdatePostByIriArgs = { + input: UpdatePostByIriInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationUpdateProjectArgs = { input: UpdateProjectInput; @@ -2541,6 +3100,18 @@ export type MutationUpdateProjectByOnChainIdArgs = { }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationUpdateProjectPartnerArgs = { + input: UpdateProjectPartnerInput; +}; + + +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationUpdateProjectPartnerByProjectIdAndAccountIdArgs = { + input: UpdateProjectPartnerByProjectIdAndAccountIdInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationUpdateShaclGraphArgs = { input: UpdateShaclGraphInput; @@ -2553,6 +3124,24 @@ export type MutationUpdateShaclGraphByUriArgs = { }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationUpdateUploadArgs = { + input: UpdateUploadInput; +}; + + +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationUpdateUploadByIriArgs = { + input: UpdateUploadByIriInput; +}; + + +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationUpdateUploadByUrlArgs = { + input: UpdateUploadByUrlInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationDeleteAccountArgs = { input: DeleteAccountInput; @@ -2667,6 +3256,18 @@ export type MutationDeleteOrganizationByAccountIdArgs = { }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationDeletePostArgs = { + input: DeletePostInput; +}; + + +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationDeletePostByIriArgs = { + input: DeletePostByIriInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationDeleteProjectArgs = { input: DeleteProjectInput; @@ -2691,6 +3292,18 @@ export type MutationDeleteProjectByOnChainIdArgs = { }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationDeleteProjectPartnerArgs = { + input: DeleteProjectPartnerInput; +}; + + +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationDeleteProjectPartnerByProjectIdAndAccountIdArgs = { + input: DeleteProjectPartnerByProjectIdAndAccountIdInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationDeleteShaclGraphArgs = { input: DeleteShaclGraphInput; @@ -2703,6 +3316,24 @@ export type MutationDeleteShaclGraphByUriArgs = { }; +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationDeleteUploadArgs = { + input: DeleteUploadInput; +}; + + +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationDeleteUploadByIriArgs = { + input: DeleteUploadByIriInput; +}; + + +/** The root mutation type which contains root level fields which mutate data. */ +export type MutationDeleteUploadByUrlArgs = { + input: DeleteUploadByUrlInput; +}; + + /** The root mutation type which contains root level fields which mutate data. */ export type MutationShuffleArgs = { input: ShuffleInput; @@ -2814,6 +3445,125 @@ export type PageInfo = { endCursor?: Maybe; }; +/** Project posts */ +export type Post = Node & { + __typename?: 'Post'; + /** A globally unique identifier. Can be used in various places throughout the system to identify this single value. */ + nodeId: Scalars['ID']; + iri: Scalars['String']; + createdAt?: Maybe; + creatorAccountId: Scalars['UUID']; + projectId: Scalars['UUID']; + privacy: PostPrivacy; + contents: Scalars['JSON']; + /** Reads a single `Account` that is related to this `Post`. */ + accountByCreatorAccountId?: Maybe; + /** Reads a single `Project` that is related to this `Post`. */ + projectByProjectId?: Maybe; +}; + +/** A condition to be used against `Post` object types. All fields are tested for equality and combined with a logical ‘and.’ */ +export type PostCondition = { + /** Checks for equality with the object’s `iri` field. */ + iri?: Maybe; + /** Checks for equality with the object’s `createdAt` field. */ + createdAt?: Maybe; + /** Checks for equality with the object’s `creatorAccountId` field. */ + creatorAccountId?: Maybe; + /** Checks for equality with the object’s `projectId` field. */ + projectId?: Maybe; + /** Checks for equality with the object’s `privacy` field. */ + privacy?: Maybe; + /** Checks for equality with the object’s `contents` field. */ + contents?: Maybe; +}; + +/** A filter to be used against `Post` object types. All fields are combined with a logical ‘and.’ */ +export type PostFilter = { + /** Filter by the object’s `contents` field. */ + contents?: Maybe; + /** Checks for all expressions in this list. */ + and?: Maybe>; + /** Checks for any expressions in this list. */ + or?: Maybe>; + /** Negates the expression. */ + not?: Maybe; +}; + +/** An input for mutations affecting `Post` */ +export type PostInput = { + iri: Scalars['String']; + createdAt?: Maybe; + creatorAccountId: Scalars['UUID']; + projectId: Scalars['UUID']; + privacy?: Maybe; + contents: Scalars['JSON']; +}; + +/** Represents an update to a `Post`. Fields that are set will be updated. */ +export type PostPatch = { + iri?: Maybe; + createdAt?: Maybe; + creatorAccountId?: Maybe; + projectId?: Maybe; + privacy?: Maybe; + contents?: Maybe; +}; + +/** + * private: post data including files are private, + * private_files: files including location data are private, + * private_locations: location data is private, + * public: post data including files are public + */ +export enum PostPrivacy { + Private = 'PRIVATE', + PrivateFiles = 'PRIVATE_FILES', + PrivateLocations = 'PRIVATE_LOCATIONS', + Public = 'PUBLIC' +} + +/** A connection to a list of `Post` values. */ +export type PostsConnection = { + __typename?: 'PostsConnection'; + /** A list of `Post` objects. */ + nodes: Array>; + /** A list of edges which contains the `Post` and cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Post` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Post` edge in the connection. */ +export type PostsEdge = { + __typename?: 'PostsEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Post` at the end of the edge. */ + node?: Maybe; +}; + +/** Methods to use when ordering `Post`. */ +export enum PostsOrderBy { + Natural = 'NATURAL', + IriAsc = 'IRI_ASC', + IriDesc = 'IRI_DESC', + CreatedAtAsc = 'CREATED_AT_ASC', + CreatedAtDesc = 'CREATED_AT_DESC', + CreatorAccountIdAsc = 'CREATOR_ACCOUNT_ID_ASC', + CreatorAccountIdDesc = 'CREATOR_ACCOUNT_ID_DESC', + ProjectIdAsc = 'PROJECT_ID_ASC', + ProjectIdDesc = 'PROJECT_ID_DESC', + PrivacyAsc = 'PRIVACY_ASC', + PrivacyDesc = 'PRIVACY_DESC', + ContentsAsc = 'CONTENTS_ASC', + ContentsDesc = 'CONTENTS_DESC', + PrimaryKeyAsc = 'PRIMARY_KEY_ASC', + PrimaryKeyDesc = 'PRIMARY_KEY_DESC' +} + export type Project = Node & { __typename?: 'Project'; /** A globally unique identifier. Can be used in various places throughout the system to identify this single value. */ @@ -2842,6 +3592,18 @@ export type Project = Node & { creditBatchesByProjectId: CreditBatchesConnection; /** Reads and enables pagination through a set of `Document`. */ documentsByProjectId: DocumentsConnection; + /** Reads and enables pagination through a set of `Upload`. */ + uploadsByProjectId: UploadsConnection; + /** Reads and enables pagination through a set of `Post`. */ + postsByProjectId: PostsConnection; + /** Reads and enables pagination through a set of `ProjectPartner`. */ + projectPartnersByProjectId: ProjectPartnersConnection; + /** Reads and enables pagination through a set of `Account`. */ + accountsByUploadProjectIdAndAccountId: ProjectAccountsByUploadProjectIdAndAccountIdManyToManyConnection; + /** Reads and enables pagination through a set of `Account`. */ + accountsByPostProjectIdAndCreatorAccountId: ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyConnection; + /** Reads and enables pagination through a set of `Account`. */ + accountsByProjectPartnerProjectIdAndAccountId: ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyConnection; }; @@ -2867,6 +3629,168 @@ export type ProjectDocumentsByProjectIdArgs = { condition?: Maybe; }; + +export type ProjectUploadsByProjectIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + + +export type ProjectPostsByProjectIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + + +export type ProjectProjectPartnersByProjectIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + + +export type ProjectAccountsByUploadProjectIdAndAccountIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + + +export type ProjectAccountsByPostProjectIdAndCreatorAccountIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + + +export type ProjectAccountsByProjectPartnerProjectIdAndAccountIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + +/** A connection to a list of `Account` values, with data from `Post`. */ +export type ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyConnection = { + __typename?: 'ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyConnection'; + /** A list of `Account` objects. */ + nodes: Array>; + /** A list of edges which contains the `Account`, info from the `Post`, and the cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Account` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Account` edge in the connection, with data from `Post`. */ +export type ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyEdge = { + __typename?: 'ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Account` at the end of the edge. */ + node?: Maybe; + /** Reads and enables pagination through a set of `Post`. */ + postsByCreatorAccountId: PostsConnection; +}; + + +/** A `Account` edge in the connection, with data from `Post`. */ +export type ProjectAccountsByPostProjectIdAndCreatorAccountIdManyToManyEdgePostsByCreatorAccountIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + +/** A connection to a list of `Account` values, with data from `ProjectPartner`. */ +export type ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyConnection = { + __typename?: 'ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyConnection'; + /** A list of `Account` objects. */ + nodes: Array>; + /** A list of edges which contains the `Account`, info from the `ProjectPartner`, and the cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Account` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Account` edge in the connection, with data from `ProjectPartner`. */ +export type ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyEdge = { + __typename?: 'ProjectAccountsByProjectPartnerProjectIdAndAccountIdManyToManyEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Account` at the end of the edge. */ + node?: Maybe; +}; + +/** A connection to a list of `Account` values, with data from `Upload`. */ +export type ProjectAccountsByUploadProjectIdAndAccountIdManyToManyConnection = { + __typename?: 'ProjectAccountsByUploadProjectIdAndAccountIdManyToManyConnection'; + /** A list of `Account` objects. */ + nodes: Array>; + /** A list of edges which contains the `Account`, info from the `Upload`, and the cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Account` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Account` edge in the connection, with data from `Upload`. */ +export type ProjectAccountsByUploadProjectIdAndAccountIdManyToManyEdge = { + __typename?: 'ProjectAccountsByUploadProjectIdAndAccountIdManyToManyEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Account` at the end of the edge. */ + node?: Maybe; + /** Reads and enables pagination through a set of `Upload`. */ + uploadsByAccountId: UploadsConnection; +}; + + +/** A `Account` edge in the connection, with data from `Upload`. */ +export type ProjectAccountsByUploadProjectIdAndAccountIdManyToManyEdgeUploadsByAccountIdArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + /** A condition to be used against `Project` object types. All fields are tested for equality and combined with a logical ‘and.’ */ export type ProjectCondition = { /** Checks for equality with the object’s `id` field. */ @@ -2923,6 +3847,74 @@ export type ProjectInput = { adminAccountId?: Maybe; }; +export type ProjectPartner = Node & { + __typename?: 'ProjectPartner'; + /** A globally unique identifier. Can be used in various places throughout the system to identify this single value. */ + nodeId: Scalars['ID']; + projectId: Scalars['UUID']; + accountId: Scalars['UUID']; + /** Reads a single `Project` that is related to this `ProjectPartner`. */ + projectByProjectId?: Maybe; + /** Reads a single `Account` that is related to this `ProjectPartner`. */ + accountByAccountId?: Maybe; +}; + +/** + * A condition to be used against `ProjectPartner` object types. All fields are + * tested for equality and combined with a logical ‘and.’ + */ +export type ProjectPartnerCondition = { + /** Checks for equality with the object’s `projectId` field. */ + projectId?: Maybe; + /** Checks for equality with the object’s `accountId` field. */ + accountId?: Maybe; +}; + +/** An input for mutations affecting `ProjectPartner` */ +export type ProjectPartnerInput = { + projectId: Scalars['UUID']; + accountId: Scalars['UUID']; +}; + +/** Represents an update to a `ProjectPartner`. Fields that are set will be updated. */ +export type ProjectPartnerPatch = { + projectId?: Maybe; + accountId?: Maybe; +}; + +/** A connection to a list of `ProjectPartner` values. */ +export type ProjectPartnersConnection = { + __typename?: 'ProjectPartnersConnection'; + /** A list of `ProjectPartner` objects. */ + nodes: Array>; + /** A list of edges which contains the `ProjectPartner` and cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `ProjectPartner` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `ProjectPartner` edge in the connection. */ +export type ProjectPartnersEdge = { + __typename?: 'ProjectPartnersEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `ProjectPartner` at the end of the edge. */ + node?: Maybe; +}; + +/** Methods to use when ordering `ProjectPartner`. */ +export enum ProjectPartnersOrderBy { + Natural = 'NATURAL', + ProjectIdAsc = 'PROJECT_ID_ASC', + ProjectIdDesc = 'PROJECT_ID_DESC', + AccountIdAsc = 'ACCOUNT_ID_ASC', + AccountIdDesc = 'ACCOUNT_ID_DESC', + PrimaryKeyAsc = 'PRIMARY_KEY_ASC', + PrimaryKeyDesc = 'PRIMARY_KEY_DESC' +} + /** Represents an update to a `Project`. Fields that are set will be updated. */ export type ProjectPatch = { id?: Maybe; @@ -3006,6 +3998,8 @@ export type Query = Node & { node?: Maybe; /** Reads and enables pagination through a set of `Account`. */ allAccounts?: Maybe; + /** Reads and enables pagination through a set of `Context`. */ + allContexts?: Maybe; /** Reads and enables pagination through a set of `CreditBatch`. */ allCreditBatches?: Maybe; /** Reads and enables pagination through a set of `CreditClass`. */ @@ -3018,10 +4012,16 @@ export type Query = Node & { allMetadataGraphs?: Maybe; /** Reads and enables pagination through a set of `Organization`. */ allOrganizations?: Maybe; + /** Reads and enables pagination through a set of `Post`. */ + allPosts?: Maybe; /** Reads and enables pagination through a set of `Project`. */ allProjects?: Maybe; + /** Reads and enables pagination through a set of `ProjectPartner`. */ + allProjectPartners?: Maybe; /** Reads and enables pagination through a set of `ShaclGraph`. */ allShaclGraphs?: Maybe; + /** Reads and enables pagination through a set of `Upload`. */ + allUploads?: Maybe; accountById?: Maybe; accountByAddr?: Maybe; creditBatchById?: Maybe; @@ -3034,10 +4034,14 @@ export type Query = Node & { metadataGraphByIri?: Maybe; organizationById?: Maybe; organizationByAccountId?: Maybe; + postByIri?: Maybe; projectById?: Maybe; projectBySlug?: Maybe; projectByOnChainId?: Maybe; + projectPartnerByProjectIdAndAccountId?: Maybe; shaclGraphByUri?: Maybe; + uploadByIri?: Maybe; + uploadByUrl?: Maybe; /** Reads and enables pagination through a set of `Account`. */ getAccountsByNameOrAddr?: Maybe; getCurrentAccount?: Maybe; @@ -3055,10 +4059,16 @@ export type Query = Node & { metadataGraph?: Maybe; /** Reads a single `Organization` using its globally unique `ID`. */ organization?: Maybe; + /** Reads a single `Post` using its globally unique `ID`. */ + post?: Maybe; /** Reads a single `Project` using its globally unique `ID`. */ project?: Maybe; + /** Reads a single `ProjectPartner` using its globally unique `ID`. */ + projectPartner?: Maybe; /** Reads a single `ShaclGraph` using its globally unique `ID`. */ shaclGraph?: Maybe; + /** Reads a single `Upload` using its globally unique `ID`. */ + upload?: Maybe; }; @@ -3080,6 +4090,19 @@ export type QueryAllAccountsArgs = { }; +/** The root query type which gives access points into the data universe. */ +export type QueryAllContextsArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryAllCreditBatchesArgs = { first?: Maybe; @@ -3155,6 +4178,19 @@ export type QueryAllOrganizationsArgs = { }; +/** The root query type which gives access points into the data universe. */ +export type QueryAllPostsArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; + filter?: Maybe; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryAllProjectsArgs = { first?: Maybe; @@ -3168,6 +4204,18 @@ export type QueryAllProjectsArgs = { }; +/** The root query type which gives access points into the data universe. */ +export type QueryAllProjectPartnersArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryAllShaclGraphsArgs = { first?: Maybe; @@ -3181,6 +4229,18 @@ export type QueryAllShaclGraphsArgs = { }; +/** The root query type which gives access points into the data universe. */ +export type QueryAllUploadsArgs = { + first?: Maybe; + last?: Maybe; + offset?: Maybe; + before?: Maybe; + after?: Maybe; + orderBy?: Maybe>; + condition?: Maybe; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryAccountByIdArgs = { id: Scalars['UUID']; @@ -3254,6 +4314,12 @@ export type QueryOrganizationByAccountIdArgs = { }; +/** The root query type which gives access points into the data universe. */ +export type QueryPostByIriArgs = { + iri: Scalars['String']; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryProjectByIdArgs = { id: Scalars['UUID']; @@ -3272,12 +4338,31 @@ export type QueryProjectByOnChainIdArgs = { }; +/** The root query type which gives access points into the data universe. */ +export type QueryProjectPartnerByProjectIdAndAccountIdArgs = { + projectId: Scalars['UUID']; + accountId: Scalars['UUID']; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryShaclGraphByUriArgs = { uri: Scalars['String']; }; +/** The root query type which gives access points into the data universe. */ +export type QueryUploadByIriArgs = { + iri: Scalars['String']; +}; + + +/** The root query type which gives access points into the data universe. */ +export type QueryUploadByUrlArgs = { + url: Scalars['String']; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryGetAccountsByNameOrAddrArgs = { input?: Maybe; @@ -3331,17 +4416,35 @@ export type QueryOrganizationArgs = { }; +/** The root query type which gives access points into the data universe. */ +export type QueryPostArgs = { + nodeId: Scalars['ID']; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryProjectArgs = { nodeId: Scalars['ID']; }; +/** The root query type which gives access points into the data universe. */ +export type QueryProjectPartnerArgs = { + nodeId: Scalars['ID']; +}; + + /** The root query type which gives access points into the data universe. */ export type QueryShaclGraphArgs = { nodeId: Scalars['ID']; }; + +/** The root query type which gives access points into the data universe. */ +export type QueryUploadArgs = { + nodeId: Scalars['ID']; +}; + export type ShaclGraph = Node & { __typename?: 'ShaclGraph'; /** A globally unique identifier. Can be used in various places throughout the system to identify this single value. */ @@ -3860,6 +4963,57 @@ export type UpdateOrganizationPayloadOrganizationEdgeArgs = { orderBy?: Maybe>; }; +/** All input for the `updatePostByIri` mutation. */ +export type UpdatePostByIriInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** An object where the defined keys will be set on the `Post` being updated. */ + postPatch: PostPatch; + iri: Scalars['String']; +}; + +/** All input for the `updatePost` mutation. */ +export type UpdatePostInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The globally unique `ID` which will identify a single `Post` to be updated. */ + nodeId: Scalars['ID']; + /** An object where the defined keys will be set on the `Post` being updated. */ + postPatch: PostPatch; +}; + +/** The output of our update `Post` mutation. */ +export type UpdatePostPayload = { + __typename?: 'UpdatePostPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `Post` that was updated by this mutation. */ + post?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Account` that is related to this `Post`. */ + accountByCreatorAccountId?: Maybe; + /** Reads a single `Project` that is related to this `Post`. */ + projectByProjectId?: Maybe; + /** An edge for our `Post`. May be used by Relay 1. */ + postEdge?: Maybe; +}; + + +/** The output of our update `Post` mutation. */ +export type UpdatePostPayloadPostEdgeArgs = { + orderBy?: Maybe>; +}; + /** All input for the `updateProjectById` mutation. */ export type UpdateProjectByIdInput = { /** @@ -3909,6 +5063,58 @@ export type UpdateProjectInput = { projectPatch: ProjectPatch; }; +/** All input for the `updateProjectPartnerByProjectIdAndAccountId` mutation. */ +export type UpdateProjectPartnerByProjectIdAndAccountIdInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** An object where the defined keys will be set on the `ProjectPartner` being updated. */ + projectPartnerPatch: ProjectPartnerPatch; + projectId: Scalars['UUID']; + accountId: Scalars['UUID']; +}; + +/** All input for the `updateProjectPartner` mutation. */ +export type UpdateProjectPartnerInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The globally unique `ID` which will identify a single `ProjectPartner` to be updated. */ + nodeId: Scalars['ID']; + /** An object where the defined keys will be set on the `ProjectPartner` being updated. */ + projectPartnerPatch: ProjectPartnerPatch; +}; + +/** The output of our update `ProjectPartner` mutation. */ +export type UpdateProjectPartnerPayload = { + __typename?: 'UpdateProjectPartnerPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `ProjectPartner` that was updated by this mutation. */ + projectPartner?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Project` that is related to this `ProjectPartner`. */ + projectByProjectId?: Maybe; + /** Reads a single `Account` that is related to this `ProjectPartner`. */ + accountByAccountId?: Maybe; + /** An edge for our `ProjectPartner`. May be used by Relay 1. */ + projectPartnerEdge?: Maybe; +}; + + +/** The output of our update `ProjectPartner` mutation. */ +export type UpdateProjectPartnerPayloadProjectPartnerEdgeArgs = { + orderBy?: Maybe>; +}; + /** The output of our update `Project` mutation. */ export type UpdateProjectPayload = { __typename?: 'UpdateProjectPayload'; @@ -3986,6 +5192,170 @@ export type UpdateShaclGraphPayloadShaclGraphEdgeArgs = { orderBy?: Maybe>; }; +/** All input for the `updateUploadByIri` mutation. */ +export type UpdateUploadByIriInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** An object where the defined keys will be set on the `Upload` being updated. */ + uploadPatch: UploadPatch; + iri: Scalars['String']; +}; + +/** All input for the `updateUploadByUrl` mutation. */ +export type UpdateUploadByUrlInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** An object where the defined keys will be set on the `Upload` being updated. */ + uploadPatch: UploadPatch; + url: Scalars['String']; +}; + +/** All input for the `updateUpload` mutation. */ +export type UpdateUploadInput = { + /** + * An arbitrary string value with no semantic meaning. Will be included in the + * payload verbatim. May be used to track mutations by the client. + */ + clientMutationId?: Maybe; + /** The globally unique `ID` which will identify a single `Upload` to be updated. */ + nodeId: Scalars['ID']; + /** An object where the defined keys will be set on the `Upload` being updated. */ + uploadPatch: UploadPatch; +}; + +/** The output of our update `Upload` mutation. */ +export type UpdateUploadPayload = { + __typename?: 'UpdateUploadPayload'; + /** + * The exact same `clientMutationId` that was provided in the mutation input, + * unchanged and unused. May be used by a client to track mutations. + */ + clientMutationId?: Maybe; + /** The `Upload` that was updated by this mutation. */ + upload?: Maybe; + /** Our root query field type. Allows us to run any query from our mutation payload. */ + query?: Maybe; + /** Reads a single `Account` that is related to this `Upload`. */ + accountByAccountId?: Maybe; + /** Reads a single `Project` that is related to this `Upload`. */ + projectByProjectId?: Maybe; + /** An edge for our `Upload`. May be used by Relay 1. */ + uploadEdge?: Maybe; +}; + + +/** The output of our update `Upload` mutation. */ +export type UpdateUploadPayloadUploadEdgeArgs = { + orderBy?: Maybe>; +}; + +/** Storage tracking for project media uploads */ +export type Upload = Node & { + __typename?: 'Upload'; + /** A globally unique identifier. Can be used in various places throughout the system to identify this single value. */ + nodeId: Scalars['ID']; + iri: Scalars['String']; + createdAt?: Maybe; + url: Scalars['String']; + size: Scalars['Int']; + mimetype: Scalars['String']; + accountId: Scalars['UUID']; + projectId: Scalars['UUID']; + /** Reads a single `Account` that is related to this `Upload`. */ + accountByAccountId?: Maybe; + /** Reads a single `Project` that is related to this `Upload`. */ + projectByProjectId?: Maybe; +}; + +/** A condition to be used against `Upload` object types. All fields are tested for equality and combined with a logical ‘and.’ */ +export type UploadCondition = { + /** Checks for equality with the object’s `iri` field. */ + iri?: Maybe; + /** Checks for equality with the object’s `createdAt` field. */ + createdAt?: Maybe; + /** Checks for equality with the object’s `url` field. */ + url?: Maybe; + /** Checks for equality with the object’s `size` field. */ + size?: Maybe; + /** Checks for equality with the object’s `mimetype` field. */ + mimetype?: Maybe; + /** Checks for equality with the object’s `accountId` field. */ + accountId?: Maybe; + /** Checks for equality with the object’s `projectId` field. */ + projectId?: Maybe; +}; + +/** An input for mutations affecting `Upload` */ +export type UploadInput = { + iri: Scalars['String']; + createdAt?: Maybe; + url: Scalars['String']; + size: Scalars['Int']; + mimetype: Scalars['String']; + accountId: Scalars['UUID']; + projectId: Scalars['UUID']; +}; + +/** Represents an update to a `Upload`. Fields that are set will be updated. */ +export type UploadPatch = { + iri?: Maybe; + createdAt?: Maybe; + url?: Maybe; + size?: Maybe; + mimetype?: Maybe; + accountId?: Maybe; + projectId?: Maybe; +}; + +/** A connection to a list of `Upload` values. */ +export type UploadsConnection = { + __typename?: 'UploadsConnection'; + /** A list of `Upload` objects. */ + nodes: Array>; + /** A list of edges which contains the `Upload` and cursor to aid in pagination. */ + edges: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; + /** The count of *all* `Upload` you could get from the connection. */ + totalCount: Scalars['Int']; +}; + +/** A `Upload` edge in the connection. */ +export type UploadsEdge = { + __typename?: 'UploadsEdge'; + /** A cursor for use in pagination. */ + cursor?: Maybe; + /** The `Upload` at the end of the edge. */ + node?: Maybe; +}; + +/** Methods to use when ordering `Upload`. */ +export enum UploadsOrderBy { + Natural = 'NATURAL', + IriAsc = 'IRI_ASC', + IriDesc = 'IRI_DESC', + CreatedAtAsc = 'CREATED_AT_ASC', + CreatedAtDesc = 'CREATED_AT_DESC', + UrlAsc = 'URL_ASC', + UrlDesc = 'URL_DESC', + SizeAsc = 'SIZE_ASC', + SizeDesc = 'SIZE_DESC', + MimetypeAsc = 'MIMETYPE_ASC', + MimetypeDesc = 'MIMETYPE_DESC', + AccountIdAsc = 'ACCOUNT_ID_ASC', + AccountIdDesc = 'ACCOUNT_ID_DESC', + ProjectIdAsc = 'PROJECT_ID_ASC', + ProjectIdDesc = 'PROJECT_ID_DESC', + PrimaryKeyAsc = 'PRIMARY_KEY_ASC', + PrimaryKeyDesc = 'PRIMARY_KEY_DESC' +} + export type AccountByAddrQueryVariables = Exact<{ addr: Scalars['String']; }>; @@ -4281,7 +5651,16 @@ export type ProjectFieldsFragment = ( )>, accountByVerifierId?: Maybe<( { __typename?: 'Account' } & AccountFieldsFragment - )>, documentsByProjectId: ( + )>, projectPartnersByProjectId: ( + { __typename?: 'ProjectPartnersConnection' } + & { nodes: Array } + )>> } + ), documentsByProjectId: ( { __typename?: 'DocumentsConnection' } & { nodes: Array; + return ; };