Moritz
09/15/2018, 11:32 AMgraphql-import
work? This is my situation: type Query {
object(where: ObjectWhereUniqueInput!): Object
}
FAILS, unknown type ObjectWhereUniqueInput
. Adding # import ObjectWhereUniqueInput from "./schemas/object-service.graphql"
solves the issue. However, adding # import huhu from "./schemas/object-service.graphql"
Also solves the issue. Is this a bug or am I overlooking something? Should I open an issue?