1type Query { 2 thisShoudlntGetGenerated: Boolean 3} 4 5type Mutation { 6 thisShoudlntGetGenerated: Boolean 7} 8 9type Subscription { 10 thisShoudlntGetGenerated: Boolean 11} 12 13enum SomeContent { 14 This 15 Is 16 A 17 Test 18}
View as plain text