type Mutation { createUser(input: CreateUserInput): CreateUserResult } union CreateUserResult = UserCreated | UserNameTaken type UserCreated ...
確定! 回上一頁