Preview

addFileToProductEdition is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

addFileToProductEdition

Add a file to a product edition

This page contains

    Arguments

    input AddFileToProductEditionInput! PREVIEW

    AddFileToProductEditionInput fields

    name StringInput!

    Name of the file

    productId ID!

    Id of the product to add the file to

    editionId ID!

    Id of the product edition to add the file to

    Return Fields

    productEditionFile ProductEditionFile

    Product edition file

    userErrors [AddFileToProductEditionError!] PREVIEW

    User errors

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.