UserProfileInput
No description
input UserProfileInput {
deliveryShipCode: String
isSurveyor: Boolean
scName: String
sessionShipCode: String
surveyorGuildId: ID
surveyorName: String
userSettings: JSONObject
}
Fields
UserProfileInput.deliveryShipCode ● String scalar
UserProfileInput.isSurveyor ● Boolean scalar
UserProfileInput.scName ● String scalar
UserProfileInput.sessionShipCode ● String scalar
UserProfileInput.surveyorGuildId ● ID scalar
UserProfileInput.surveyorName ● String scalar
UserProfileInput.userSettings ● JSONObject scalar
Example
{}
Member Of
updateUserProfile mutation