1- name: Undefined type assertions 2 schema: 0 3 query: | 4 fragment c on Float 5 {...c} 6 7 errors: 8 - message: Fragment "c" cannot condition on non composite type "Float". 9 - message: Cannot spread fragment "c" within itself.
View as plain text