github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/codegen/testserver/wrapped_type.graphql (about) 1 # regression test for https://github.com/99designs/gqlgen/issues/721 2 3 extend type Query { 4 wrappedStruct: WrappedStruct! 5 wrappedScalar: WrappedScalar! 6 } 7 8 type WrappedStruct { name: String! } 9 scalar WrappedScalar