Skip to content

Commit

Permalink
refactor: Update schema_sdl_export.snap test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-rufi committed Jan 29, 2025
1 parent 3624b2a commit 52886fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4595,6 +4595,7 @@ type ZkLoginVerifyResult {
errors: [String!]!
}
directive @deprecated(reason: String = "No longer supported") on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
directive @include(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
directive @skip(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
schema {
Expand Down

0 comments on commit 52886fe

Please sign in to comment.