mutation: {
    marketplaceCreateCustomCategory: [{
        input: Variable<"CreateCustomCategoryInput!", "input">;
    }, {
        display_name: true;
        id: true;
        mvp_baseline: true;
        sort_order: true;
    }];
} = ...

Type declaration

  • marketplaceCreateCustomCategory: [{
        input: Variable<"CreateCustomCategoryInput!", "input">;
    }, {
        display_name: true;
        id: true;
        mvp_baseline: true;
        sort_order: true;
    }]