GraphQL reference

SetOrganizationCoverPhotoInput

Input

Autogenerated input type of SetOrganizationCoverPhoto

mutation { organization(id: $organizationId) { setOrganizationCoverPhoto } }

Example

mutation SetOrganizationCoverPhoto(
  $organizationId: ID!
  $input: SetOrganizationCoverPhotoInput!
) {
  organization(id: $organizationId) {
    setOrganizationCoverPhoto(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
signedIdString!