Steps to reproduce ; . Put to schema following elements {code} type Query { _: String }
extend type Query { findAllNote find : [Note!]! String findNoteBy(query: NoteQueryFilter): [Note!]! findNote(id: ID!): Note! } {code}
See that introspection do not display second query |
|