INPUT_OBJECT

GenerateAlbumSlugInput

Autogenerated input type of GenerateAlbumSlug

link GraphQL Schema definition

  • input GenerateAlbumSlugInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # Skip saving to database
  • skip_save: Boolean
  • # ID of the album
  • album_id: ID
  • # Slug for the album
  • slug: String
  • }