Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 26, 2023
1 parent 9b138f5 commit ba420cd
Showing 1 changed file with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ input MoviePeopleActedInAggregateInput {
input MoviePeopleActedInConnectFieldInput {
connect: [PersonConnectInput!]
edge: ActedInPropertiesCreateInput!
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: PersonConnectWhere
}
Expand Down Expand Up @@ -348,6 +353,11 @@ input MoviePeopleDirectedAggregateInput {
input MoviePeopleDirectedConnectFieldInput {
connect: [PersonConnectInput!]
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: PersonConnectWhere
}
Expand Down Expand Up @@ -476,6 +486,11 @@ input MoviePeopleProducedAggregateInput {
input MoviePeopleProducedConnectFieldInput {
connect: [PersonConnectInput!]
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: PersonConnectWhere
}
Expand Down Expand Up @@ -606,6 +621,11 @@ input MoviePeopleReviewedAggregateInput {
input MoviePeopleReviewedConnectFieldInput {
connect: [PersonConnectInput!]
edge: ReviewedPropertiesCreateInput!
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: PersonConnectWhere
}
Expand Down Expand Up @@ -794,6 +814,11 @@ input MoviePeopleWroteAggregateInput {
input MoviePeopleWroteConnectFieldInput {
connect: [PersonConnectInput!]
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: PersonConnectWhere
}
Expand Down Expand Up @@ -1296,6 +1321,11 @@ input PersonActedInMoviesAggregateInput {
input PersonActedInMoviesConnectFieldInput {
connect: [MovieConnectInput!]
edge: ActedInPropertiesCreateInput!
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: MovieConnectWhere
}
Expand Down Expand Up @@ -1541,6 +1571,11 @@ input PersonDirectedMoviesAggregateInput {
input PersonDirectedMoviesConnectFieldInput {
connect: [MovieConnectInput!]
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: MovieConnectWhere
}
Expand Down Expand Up @@ -1734,6 +1769,11 @@ input PersonFollowsPeopleAggregateInput {
input PersonFollowsPeopleConnectFieldInput {
connect: [PersonConnectInput!]
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: PersonConnectWhere
}
Expand Down Expand Up @@ -1938,6 +1978,11 @@ input PersonPeopleFollowsAggregateInput {
input PersonPeopleFollowsConnectFieldInput {
connect: [PersonConnectInput!]
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: PersonConnectWhere
}
Expand Down Expand Up @@ -2086,6 +2131,11 @@ input PersonProducedMoviesAggregateInput {
input PersonProducedMoviesConnectFieldInput {
connect: [MovieConnectInput!]
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: MovieConnectWhere
}
Expand Down Expand Up @@ -2307,6 +2357,11 @@ input PersonReviewedMoviesAggregateInput {
input PersonReviewedMoviesConnectFieldInput {
connect: [MovieConnectInput!]
edge: ReviewedPropertiesCreateInput!
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: MovieConnectWhere
}
Expand Down Expand Up @@ -2762,6 +2817,11 @@ input PersonWroteMoviesAggregateInput {
input PersonWroteMoviesConnectFieldInput {
connect: [MovieConnectInput!]
"""
Whether or not to overwrite any matching relationship with the new properties. Will default to \`false\` in 4.0.0.
"""
overwrite: Boolean! = true
where: MovieConnectWhere
}
Expand Down

0 comments on commit ba420cd

Please sign in to comment.