UpdateAuthenticatedUserInput
No description
input UpdateAuthenticatedUserInput {
avatar: Upload
firstName: String
lastName: String
aboutMe: String
pronouns: String
location: String
geolocation: GeoJSONInput
engagementLevel: String
interests: [UUID]
sdgs: [UUID]
skills: [UUID]
trackingConsentAnalytics: Boolean
trackingConsentPersonalization: Boolean
}
Fields
UpdateAuthenticatedUserInput.avatar
● Upload
scalar
UpdateAuthenticatedUserInput.firstName
● String
scalar
UpdateAuthenticatedUserInput.lastName
● String
scalar
UpdateAuthenticatedUserInput.aboutMe
● String
scalar
UpdateAuthenticatedUserInput.pronouns
● String
scalar
UpdateAuthenticatedUserInput.location
● String
scalar
UpdateAuthenticatedUserInput.geolocation
● GeoJSONInput
scalar
UpdateAuthenticatedUserInput.engagementLevel
● String
scalar
UpdateAuthenticatedUserInput.interests
● [UUID]
list scalar
UpdateAuthenticatedUserInput.sdgs
● [UUID]
list scalar
UpdateAuthenticatedUserInput.skills
● [UUID]
list scalar
UpdateAuthenticatedUserInput.trackingConsentAnalytics
● Boolean
scalar
UpdateAuthenticatedUserInput.trackingConsentPersonalization
● Boolean
scalar
Member of
updateAuthenticatedUser
mutation ● updateAuthenticatedUserV2
mutation