git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/codegen/testserver/wrapped_type.graphql (about) 1 # regression test for https://git.sr.ht/~sircmpwn/gqlgen/issues/721 2 3 extend type Query { 4 wrappedStruct: WrappedStruct! 5 wrappedScalar: WrappedScalar! 6 } 7 8 type WrappedStruct { name: String! } 9 scalar WrappedScalar