Given schema: type Contact { id: ID name: String } This will generate the input type: input ContactFilter { id: [ID!] } But the ID is not ...
確定! 回上一頁