We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2febdc commit fccf981Copy full SHA for fccf981
tests/yup.spec.ts
@@ -825,12 +825,12 @@ describe('yup', () => {
825
author: Author
826
title: String
827
}
828
-
+
829
interface Book2 {
830
author: Author!
831
title: String!
832
833
834
interface Author {
835
books: [Book]
836
name: String
@@ -870,19 +870,19 @@ describe('yup', () => {
870
871
872
873
874
type Textbook implements Book {
875
876
877
courses: [String!]!
878
879
880
type ColoringBook implements Book {
881
882
883
colors: [String!]!
884
885
886
type Author {
887
books: [Book!]
888
0 commit comments