Skip to content

Commit

Permalink
Update metaphysics schema (#5664)
Browse files Browse the repository at this point in the history
Update metaphysics schema
  • Loading branch information
artsy-peril[bot] authored May 28, 2020
2 parents 9f5dbdc + b479ee1 commit 969ca4f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -3168,6 +3168,22 @@ type ConditionReportRequest {
userID: ID
}

# Autogenerated input type of ConfirmPassword
input ConfirmPasswordInput {
# A unique identifier for the client performing the mutation.
clientMutationId: String

# User password to confirm.
password: String!
}

# Autogenerated return type of ConfirmPassword
type ConfirmPasswordPayload {
# A unique identifier for the client performing the mutation.
clientMutationId: String
valid: Boolean!
}

# Consignment Offer
type ConsignmentOffer {
commissionPercentWhole: Int
Expand Down Expand Up @@ -3508,6 +3524,7 @@ type CreateAppSecondFactorPayload {
input CreateBackupSecondFactorsInput {
# A unique identifier for the client performing the mutation.
clientMutationId: String
password: String
}

# Autogenerated return type of CreateBackupSecondFactors
Expand Down Expand Up @@ -3632,12 +3649,21 @@ type CreateSubmissionMutationPayload {

# Autogenerated input type of CreateViewingRoom
input CreateViewingRoomInput {
# Main text
body: String!

# A unique identifier for the client performing the mutation.
clientMutationId: String

# Introduction
introStatement: String!

# Partner Id
partnerId: String!

# Pullquote
pullQuote: String

# Title
title: String!
}
Expand Down Expand Up @@ -3869,6 +3895,7 @@ type dimensions {
input DisableSecondFactorInput {
# A unique identifier for the client performing the mutation.
clientMutationId: String
password: String
secondFactorID: ID!
}

Expand Down Expand Up @@ -3953,6 +3980,7 @@ input EnableSecondFactorInput {
# A unique identifier for the client performing the mutation.
clientMutationId: String
code: String!
password: String
secondFactorID: ID!
}

Expand Down Expand Up @@ -5794,6 +5822,7 @@ type Mutation {
commerceSubmitPendingOffer(
input: CommerceSubmitPendingOfferInput!
): CommerceSubmitPendingOfferPayload
confirmPassword(input: ConfirmPasswordInput!): ConfirmPasswordPayload

# Create an account request
createAccountRequest(
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/v2/__generated__/EnableSecondFactorMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 969ca4f

Please sign in to comment.