Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jul 15, 2024
1 parent 06bcb6a commit f280014
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean! @cost(weight: "10")
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}

type Review {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean! @cost(weight: "10")
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}

type Review {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean! @cost(weight: "10")
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}

type Review {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean!
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}

type Review {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean!
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}

type Review {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean!
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}

type Review {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean! @cost(weight: "10")
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean! @cost(weight: "10")
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean!
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean!
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type Query {
time: Long!
evict: Boolean!
wait(m: Int!): Boolean!
someDeprecatedField(deprecatedArg: String! = "foo" @deprecated(reason: "use something else")): String! @deprecated(reason: "use something else")
}

type Mutation {
Expand Down

0 comments on commit f280014

Please sign in to comment.