UpdateCustomSocialSignalPayload
Autogenerated return type of UpdateCustomSocialSignal.
type UpdateCustomSocialSignalPayload {
clientMutationId: String
data: SocialSignal
errors: [Error!]!
}
Fields
UpdateCustomSocialSignalPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCustomSocialSignalPayload.data ● SocialSignal object
UpdateCustomSocialSignalPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateCustomSocialSignal mutation