type Dog { name: String! } type Query { dog: Dog } { dog { ...undefinedFragment } }