UpdateGoogleSearchConsolePropertyInput
No description
input UpdateGoogleSearchConsolePropertyInput {
googleConnectionId: ObjectID
googleSearchConsolePropertyId: ObjectID!
permissionLevel: String
siteUrl: String
}
Fields
UpdateGoogleSearchConsolePropertyInput.googleConnectionId
● ObjectID
scalar
UpdateGoogleSearchConsolePropertyInput.googleSearchConsolePropertyId
● ObjectID!
non-null scalar
UpdateGoogleSearchConsolePropertyInput.permissionLevel
● String
scalar
UpdateGoogleSearchConsolePropertyInput.siteUrl
● String
scalar
Member Of
updateGoogleSearchConsoleProperty
mutation