input UserDetailsInput { email: String name: String # etc. } This input type is used for two mutations: type mutation { userUpdate(input: ...
確定! 回上一頁