INPUT_OBJECT
UpdateUserInput
Input data for user update.
link GraphQL Schema definition
1 input UpdateUserInput { 4 2 # First name. 3 String : 7 5 # Last name. 6 String : 10 8 # A list of work phone numbers. 9 String] : [ 13 11 # User's work started date. 12 Date : 16 14 # Short info about user. 15 String : 19 17 # Position's id. 18 ID : 22 20 # Team's id. 21 ID : 25 23 # Location's id. 24 ID : 26 }