bunnyUpdate

Graphql fields and variables for the bunnyUpdate query

Scope required: standard:read

For a complete list of possible response fields see the BunnyUpdate type.

query bunnyUpdate ($id: ID, $code: String, $format: String) {
  bunnyUpdate (id: $id, code: $code, format: $format) {
    body
    id
    isPublic
    kind
    name
    releaseDate
    subtitle
    title
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?