From 8207db8ef4b91f876b3300d525103a2e0cabba44 Mon Sep 17 00:00:00 2001 From: Isabel Martin Date: Tue, 20 Feb 2024 13:27:53 -0800 Subject: [PATCH] [no-jira]: Updated schema.json (#1952) * - updated schema.json * - mutation changed parameter naming --- app/src/main/graphql/checkout.graphql | 2 +- app/src/main/graphql/schema.json | 2008 +++++++++++++++++++++---- 2 files changed, 1681 insertions(+), 329 deletions(-) diff --git a/app/src/main/graphql/checkout.graphql b/app/src/main/graphql/checkout.graphql index 91b48e20a8..d45861b10b 100644 --- a/app/src/main/graphql/checkout.graphql +++ b/app/src/main/graphql/checkout.graphql @@ -50,7 +50,7 @@ mutation CreateCheckout($projectId: ID!, $amount: String!, $rewardIds: [ID!], $l } mutation CreatePaymentIntent($projectId: ID!, $amountDollars: String!) { - createPaymentIntent(input: { projectId: $projectId, amountDollars: $amountDollars } ) { + createPaymentIntent(input: { projectId: $projectId, amount: $amountDollars } ) { clientSecret } } diff --git a/app/src/main/graphql/schema.json b/app/src/main/graphql/schema.json index cc9f8356b9..8db4b64ff0 100644 --- a/app/src/main/graphql/schema.json +++ b/app/src/main/graphql/schema.json @@ -1617,6 +1617,34 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "backerNote", + "description": "Backer's note regarding their backing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "backingDetailsPageUrl", + "description": "URL for the backing details page", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "backingUrl", "description": "A link to the backing information", @@ -1673,6 +1701,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "conversation", + "description": "Message thread between backer and creator", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Conversation", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "errorReason", "description": "The reason for an errored backing", @@ -1690,9 +1730,13 @@ "description": "The fulfillment status of a backing.", "args": [], "type": { - "kind": "ENUM", - "name": "FulfillmentStatusSelectOptions", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FulfillmentStatusDisplayOptions", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -1817,6 +1861,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "refunded", + "description": "If the backing was refunded", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "removalRequestIsNonissue", "description": "Whether or not a removal request task is marked as nonissue", @@ -1936,6 +1996,50 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "successfulRefunds", + "description": "Refunds", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "surveyResponses", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SurveyResponse", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -2145,6 +2249,11 @@ "name": "OrderAddress", "ofType": null }, + { + "kind": "OBJECT", + "name": "UniversalAddress", + "ofType": null + }, { "kind": "OBJECT", "name": "Survey", @@ -2824,6 +2933,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "postCampaignPledgingEnabled", + "description": "Is this reward available for post-campaign pledges?", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "project", "description": "The project", @@ -4101,7 +4226,7 @@ }, { "name": "backing", - "description": "The current user's backing of this project.", + "description": "The current user's backing of this project. Does not include inactive backings.", "args": [], "type": { "kind": "OBJECT", @@ -4268,6 +4393,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "changeMethodProjectPledgePath", + "description": "The path to change the current user's payment method for their pledge to this project.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "collaboratorPermissions", "description": "Permissions that can be assigned to a collaborator on a project", @@ -4649,6 +4790,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "editProjectPledgePath", + "description": "The path to edit the current user's pledge for this project.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "environmentalCommitments", "description": "The environmental commitments of the project.", @@ -5064,6 +5221,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "isInPostCampaignPledgingPhase", + "description": "Is this project currently accepting post-campaign pledges?", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "isLaunched", "description": "The project has launched", @@ -5420,6 +5593,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "postCampaignPledgingEnabled", + "description": "Is this project configured for post-campaign pledges?", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "posts", "description": "Project updates.", @@ -11483,82 +11672,17 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UserCreatedProjectsConnection", - "description": "The connection type for Project.", - "fields": [ - { - "name": "edges", - "description": "A list of edges.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectEdge", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of nodes.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Project", - "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": null, + "name": "spam", + "description": "The message is spam", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null } }, @@ -11567,14 +11691,20 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "UserCuratedPagesConnection", - "description": "The connection type for CuratedPage.", + "name": "UserCreatedProjectsConnection", + "description": "The connection type for Project.", "fields": [ { "name": "edges", @@ -11585,7 +11715,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CuratedPageEdge", + "name": "ProjectEdge", "ofType": null } }, @@ -11601,7 +11731,82 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CuratedPage", + "name": "Project", + "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": null, + "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": "UserCuratedPagesConnection", + "description": "The connection type for CuratedPage.", + "fields": [ + { + "name": "edges", + "description": "A list of edges.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CuratedPageEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of nodes.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CuratedPage", "ofType": null } }, @@ -12284,12 +12489,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "ai_policy_disclosures", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "midas_beta_2023", "description": null, @@ -12355,6 +12554,12 @@ "description": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "delay_backer_trust_module_2024", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], "possibleTypes": null @@ -14416,6 +14621,98 @@ "name": "SurveyResponse", "description": "The response to a backer survey.", "fields": [ + { + "name": "addressEditable", + "description": "Is the address still editable", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "answerDeadline", + "description": "The date past which no further updates are allowed.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "answerable", + "description": "Is the survey currently unlocked and answerable.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "answeredAt", + "description": "The date on which the backer answered the survey", + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "answers", + "description": "An array of question and answer data for this survey response", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SurveyAnswer", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editedAt", + "description": "The date on which the backer edited their survey response", + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "id", "description": null, @@ -14431,6 +14728,22 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "url", + "description": "The url used to access the survey", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -14438,6 +14751,132 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "SurveyAnswer", + "description": null, + "fields": [ + { + "name": "answer", + "description": "The response to the question.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The ID of the answer.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "question", + "description": "The question prompt or template name.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": "The type of question, e.g. choices, checkbox, address, etc", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SurveyQuestionTemplateEnum", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "SurveyQuestionTemplateEnum", + "description": "Enum describing all the possible templates for survey questions", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "address", + "description": "address", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "email", + "description": "email", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": "name", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "other", + "description": "other", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "choices", + "description": "choices", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "checkboxes", + "description": "checkboxes", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", "name": "UserRestriction", @@ -25277,6 +25716,22 @@ "name": "BackingAddon", "description": "An add-on reward included in a backing.", "fields": [ + { + "name": "amount", + "description": "Amount the add-on costs.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "description", "description": "The add-on description.", @@ -25309,6 +25764,63 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "items", + "description": "Items in the add-on.", + "args": [ + { + "name": "first", + "description": "Returns the first _n_ elements from the list.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Returns the elements in the list that come after the specified cursor.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Returns the last _n_ elements from the list.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Returns the elements in the list that come before the specified cursor.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RewardItemsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "name", "description": "The add-on name.", @@ -25323,7 +25835,7 @@ }, { "name": "quantity", - "description": "The quantity of the add-on included in a backing", + "description": "The quantity of the add-on included in a backing.", "args": [], "type": { "kind": "NON_NULL", @@ -25345,8 +25857,8 @@ }, { "kind": "ENUM", - "name": "FulfillmentStatusSelectOptions", - "description": "Values for backing fulfillment status", + "name": "FulfillmentStatusDisplayOptions", + "description": "All values for backing fulfillment status, including where not provided/available", "fields": null, "inputFields": null, "interfaces": null, @@ -25374,6 +25886,18 @@ "description": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "not_provided", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "not_available", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], "possibleTypes": null @@ -25821,6 +26345,51 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "isValidForOnSessionCheckout", + "description": "Checks whether the checkout is valid prior to charging the user's card.", + "args": [ + { + "name": "stripePaymentMethodId", + "description": "the stripe payment method id, starting with either `card_` or `pm_` (the same id passed to stripe)", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "paymentIntentClientSecret", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Validation", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "limitedRewardClaimedUntil", "description": "If the checkout contains a limited reward, returns an ISO8601 date for when the claim on the reward is expired", @@ -25933,6 +26502,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "stripeOnSessionPaymentRedirectUrl", + "description": "The full URL to redirect to after an on_session payment via Stripe", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "stripePaymentSetupRedirectUrl", "description": "The full URL to redirect to after payment setup via Stripe", @@ -31408,6 +31993,33 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "completeOnSessionCheckout", + "description": "Complete a checkout originating from an session payment", + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CompleteOnSessionCheckoutInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CompleteOnSessionCheckoutPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "createAddress", "description": "Save a new shipping address.", @@ -32218,6 +32830,33 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "createUniversalAddress", + "description": "Creates an address.", + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateUniversalAddressInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateUniversalAddressPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "createUser", "description": "Creates a new registered user", @@ -33217,6 +33856,33 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "reportSpam", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ReportSpamInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ReportSpamPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "requestPasswordReset", "description": "Requests a password reset email.", @@ -33325,6 +33991,33 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "setBackingNote", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SetBackingNoteInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "SetBackingNotePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "setMainBusinessAddress", "description": null, @@ -35290,6 +35983,187 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "CompleteOnSessionCheckoutInput", + "description": "Autogenerated input type of CompleteOnSessionCheckout", + "fields": null, + "inputFields": [ + { + "name": "checkoutId", + "description": "The graphql relay id of the checkout", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "paymentIntentClientSecret", + "description": "The stripe payment intent client secret", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "paymentSourceId", + "description": "The rosie payment source id when using a saved source (optional)", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "paymentSourceReusable", + "description": "If the payment source can be reused for future payments (optional)", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "applePay", + "description": "Apple pay attributes for creating a payment source (optional)", + "type": { + "kind": "INPUT_OBJECT", + "name": "ApplePayInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ApplePayInput", + "description": "Necessary fields for Apple Pay", + "fields": null, + "inputFields": [ + { + "name": "token", + "description": "Stripe token", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "paymentInstrumentName", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "paymentNetwork", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "transactionIdentifier", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CompleteOnSessionCheckoutPayload", + "description": "Autogenerated return type of CompleteOnSessionCheckout", + "fields": [ + { + "name": "checkout", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", "name": "CreateAddressInput", @@ -36010,73 +36884,6 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "INPUT_OBJECT", - "name": "ApplePayInput", - "description": "Necessary fields for Apple Pay", - "fields": null, - "inputFields": [ - { - "name": "token", - "description": "Stripe token", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "paymentInstrumentName", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "paymentNetwork", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "transactionIdentifier", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", "name": "CreateBackingPayload", @@ -37844,7 +38651,7 @@ "inputFields": [ { "name": "projectId", - "description": null, + "description": "kickstarter project id", "type": { "kind": "NON_NULL", "name": null, @@ -37857,8 +38664,8 @@ "defaultValue": null }, { - "name": "amountDollars", - "description": null, + "name": "amount", + "description": "total amount to be paid (eg. 10.55)", "type": { "kind": "NON_NULL", "name": null, @@ -37872,7 +38679,7 @@ }, { "name": "digitalMarketingAttributed", - "description": null, + "description": "if the payment is attributed to digital marketing (default: false)", "type": { "kind": "SCALAR", "name": "Boolean", @@ -37914,7 +38721,7 @@ }, { "name": "clientSecret", - "description": null, + "description": "the stripe payment intent client secret used to complete a payment", "args": [], "type": { "kind": "NON_NULL", @@ -39480,33 +40287,379 @@ }, { "kind": "OBJECT", - "name": "CreateSetupIntentPayload", - "description": "Autogenerated return type of CreateSetupIntent", + "name": "CreateSetupIntentPayload", + "description": "Autogenerated return type of CreateSetupIntent", + "fields": [ + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "clientSecret", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateSheetForProjectInput", + "description": "Autogenerated input type of CreateSheetForProject", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "email", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateSheetForProjectPayload", + "description": "Autogenerated return type of CreateSheetForProject", + "fields": [ + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sheetsUrl", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "spreadsheetData", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SpreadsheetDatum", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateTrackEventInput", + "description": "Autogenerated input type of CreateTrackEvent", + "fields": null, + "inputFields": [ + { + "name": "eventName", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "eventProperties", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateTrackEventPayload", + "description": "Autogenerated return type of CreateTrackEvent", + "fields": [ + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "successful", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateUniversalAddressInput", + "description": "Autogenerated input type of CreateUniversalAddress", + "fields": null, + "inputFields": [ + { + "name": "contactName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referenceName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "addressLine1", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "addressLine2", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "city", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "region", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "postalCode", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "countryCode", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CountryCode", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "phoneNumber", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateUniversalAddressPayload", + "description": "Autogenerated return type of CreateUniversalAddress", "fields": [ { - "name": "clientMutationId", - "description": "A unique identifier for the client performing the mutation.", + "name": "address", + "description": "Address that was created", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UniversalAddress", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientSecret", - "description": null, + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -39518,58 +40671,41 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreateSheetForProjectInput", - "description": "Autogenerated input type of CreateSheetForProject", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "UniversalAddress", + "description": "An address associated with a backer or creator", + "fields": [ { - "name": "id", - "description": null, + "name": "addressLine1", + "description": "The first address line", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "email", - "description": null, + "name": "addressLine2", + "description": "The second address line", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "clientMutationId", - "description": "A unique identifier for the client performing the mutation.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateSheetForProjectPayload", - "description": "Autogenerated return type of CreateSheetForProject", - "fields": [ - { - "name": "clientMutationId", - "description": "A unique identifier for the client performing the mutation.", + "name": "city", + "description": "The address city", "args": [], "type": { "kind": "SCALAR", @@ -39580,8 +40716,8 @@ "deprecationReason": null }, { - "name": "sheetsUrl", - "description": null, + "name": "contactName", + "description": "The contact name of the backer or creator", "args": [], "type": { "kind": "SCALAR", @@ -39592,80 +40728,68 @@ "deprecationReason": null }, { - "name": "spreadsheetData", - "description": null, + "name": "countryCode", + "description": "The address two-digit country code, e.g. US", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "SpreadsheetDatum", + "kind": "ENUM", + "name": "CountryCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateTrackEventInput", - "description": "Autogenerated input type of CreateTrackEvent", - "fields": null, - "inputFields": [ + }, { - "name": "eventName", + "name": "id", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "eventProperties", - "description": null, + "name": "phoneNumber", + "description": "The address contact's phone number", + "args": [], "type": { "kind": "SCALAR", - "name": "JSON", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "clientMutationId", - "description": "A unique identifier for the client performing the mutation.", + "name": "postalCode", + "description": "The address postal code", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateTrackEventPayload", - "description": "Autogenerated return type of CreateTrackEvent", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "clientMutationId", - "description": "A unique identifier for the client performing the mutation.", + "name": "referenceName", + "description": "A descriptor for the address, e.g. Home or Miami Warehouse", "args": [], "type": { "kind": "SCALAR", @@ -39676,24 +40800,26 @@ "deprecationReason": null }, { - "name": "successful", - "description": null, + "name": "region", + "description": "The address region, e.g. North Dakota", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, @@ -42310,8 +43436,88 @@ }, { "kind": "OBJECT", - "name": "PostExcludeRewardPayload", - "description": "Autogenerated return type of PostExcludeReward", + "name": "PostExcludeRewardPayload", + "description": "Autogenerated return type of PostExcludeReward", + "fields": [ + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "post", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Postable", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PostIncludeRewardInput", + "description": "Autogenerated input type of PostIncludeReward", + "fields": null, + "inputFields": [ + { + "name": "rewardId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "postId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PostIncludeRewardPayload", + "description": "Autogenerated return type of PostIncludeReward", "fields": [ { "name": "clientMutationId", @@ -42345,29 +43551,33 @@ }, { "kind": "INPUT_OBJECT", - "name": "PostIncludeRewardInput", - "description": "Autogenerated input type of PostIncludeReward", + "name": "PublishEditorialLayoutTypeInput", + "description": "Autogenerated input type of PublishEditorialLayoutType", "fields": null, "inputFields": [ { - "name": "rewardId", - "description": null, + "name": "slug", + "description": "Slug for the Editorial Layout", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "postId", - "description": null, + "name": "revision", + "description": "Revision for the Editorial Layout", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -42390,8 +43600,8 @@ }, { "kind": "OBJECT", - "name": "PostIncludeRewardPayload", - "description": "Autogenerated return type of PostIncludeReward", + "name": "PublishEditorialLayoutTypePayload", + "description": "Autogenerated return type of PublishEditorialLayoutType", "fields": [ { "name": "clientMutationId", @@ -42406,12 +43616,12 @@ "deprecationReason": null }, { - "name": "post", + "name": "layout", "description": null, "args": [], "type": { - "kind": "INTERFACE", - "name": "Postable", + "kind": "OBJECT", + "name": "Layout", "ofType": null }, "isDeprecated": false, @@ -42425,33 +43635,19 @@ }, { "kind": "INPUT_OBJECT", - "name": "PublishEditorialLayoutTypeInput", - "description": "Autogenerated input type of PublishEditorialLayoutType", + "name": "PublishPostInput", + "description": "Autogenerated input type of PublishPost", "fields": null, "inputFields": [ { - "name": "slug", - "description": "Slug for the Editorial Layout", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "revision", - "description": "Revision for the Editorial Layout", + "name": "id", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -42474,8 +43670,8 @@ }, { "kind": "OBJECT", - "name": "PublishEditorialLayoutTypePayload", - "description": "Autogenerated return type of PublishEditorialLayoutType", + "name": "PublishPostPayload", + "description": "Autogenerated return type of PublishPost", "fields": [ { "name": "clientMutationId", @@ -42490,12 +43686,12 @@ "deprecationReason": null }, { - "name": "layout", + "name": "post", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "Layout", + "kind": "INTERFACE", + "name": "Postable", "ofType": null }, "isDeprecated": false, @@ -42509,8 +43705,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "PublishPostInput", - "description": "Autogenerated input type of PublishPost", + "name": "RefreshSpreadsheetDataInput", + "description": "Autogenerated input type of RefreshSpreadsheetData", "fields": null, "inputFields": [ { @@ -42544,8 +43740,8 @@ }, { "kind": "OBJECT", - "name": "PublishPostPayload", - "description": "Autogenerated return type of PublishPost", + "name": "RefreshSpreadsheetDataPayload", + "description": "Autogenerated return type of RefreshSpreadsheetData", "fields": [ { "name": "clientMutationId", @@ -42560,12 +43756,12 @@ "deprecationReason": null }, { - "name": "post", + "name": "spreadsheet", "description": null, "args": [], "type": { - "kind": "INTERFACE", - "name": "Postable", + "kind": "OBJECT", + "name": "Spreadsheet", "ofType": null }, "isDeprecated": false, @@ -42579,8 +43775,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "RefreshSpreadsheetDataInput", - "description": "Autogenerated input type of RefreshSpreadsheetData", + "name": "RemoveSheetFromProjectInput", + "description": "Autogenerated input type of RemoveSheetFromProject", "fields": null, "inputFields": [ { @@ -42614,8 +43810,8 @@ }, { "kind": "OBJECT", - "name": "RefreshSpreadsheetDataPayload", - "description": "Autogenerated return type of RefreshSpreadsheetData", + "name": "RemoveSheetFromProjectPayload", + "description": "Autogenerated return type of RemoveSheetFromProject", "fields": [ { "name": "clientMutationId", @@ -42630,12 +43826,12 @@ "deprecationReason": null }, { - "name": "spreadsheet", + "name": "sheetsUrl", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "Spreadsheet", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -42649,12 +43845,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "RemoveSheetFromProjectInput", - "description": "Autogenerated input type of RemoveSheetFromProject", + "name": "ReportSpamInput", + "description": "Autogenerated input type of ReportSpam", "fields": null, "inputFields": [ { - "name": "id", + "name": "messageId", "description": null, "type": { "kind": "NON_NULL", @@ -42684,8 +43880,8 @@ }, { "kind": "OBJECT", - "name": "RemoveSheetFromProjectPayload", - "description": "Autogenerated return type of RemoveSheetFromProject", + "name": "ReportSpamPayload", + "description": "Autogenerated return type of ReportSpam", "fields": [ { "name": "clientMutationId", @@ -42700,13 +43896,17 @@ "deprecationReason": null }, { - "name": "sheetsUrl", + "name": "spam", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -43062,6 +44262,41 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "ENUM", + "name": "FulfillmentStatusSelectOptions", + "description": "Values for backing fulfillment status", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "not_started", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "in_progress", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shipped", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delayed", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", "name": "SetBackingFulfillmentStatusesPayload", @@ -43109,6 +44344,123 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "SetBackingNoteInput", + "description": "Autogenerated input type of SetBackingNote", + "fields": null, + "inputFields": [ + { + "name": "backingId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "noteBody", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "noteType", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "BackingNoteType", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "BackingNoteType", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CreatorBackingNote", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BackerBackingNote", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SetBackingNotePayload", + "description": "Autogenerated return type of SetBackingNote", + "fields": [ + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "noteBody", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", "name": "SetMainBusinessAddressInput",