UpdateAuthenticatedUserInput
No description
input UpdateAuthenticatedUserInput {
avatar: Upload
firstName: String
lastName: String
aboutMe: String
pronouns: String
location: String
geolocation: GeoJSONInput
engagementLevel: String
interestsV2: [String!]
skillsV2: [String!]
trackingConsentAnalytics: Boolean
trackingConsentPersonalization: Boolean
trackingConsentAdPartners: 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.interestsV2 ● [String!] list scalar
UpdateAuthenticatedUserInput.skillsV2 ● [String!] list scalar
UpdateAuthenticatedUserInput.trackingConsentAnalytics ● Boolean scalar
UpdateAuthenticatedUserInput.trackingConsentPersonalization ● Boolean scalar
UpdateAuthenticatedUserInput.trackingConsentAdPartners ● Boolean scalar
Member Of
updateAuthenticatedUserV2 mutation