CreateGoogleSearchConsolePropertyInput
No description
input CreateGoogleSearchConsolePropertyInput {
googleConnectionId: ObjectID!
permissionLevel: String
projectId: ObjectID!
siteUrl: String!
}
Fields
CreateGoogleSearchConsolePropertyInput.googleConnectionId
● ObjectID!
non-null scalar
CreateGoogleSearchConsolePropertyInput.permissionLevel
● String
scalar
CreateGoogleSearchConsolePropertyInput.projectId
● ObjectID!
non-null scalar
CreateGoogleSearchConsolePropertyInput.siteUrl
● String!
non-null scalar
Member Of
createGoogleSearchConsoleProperty
mutation