Make designer optional in mutation (#30)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PaginationInput, PaginationResult } from './types';
|
||||
import { Maybe, PaginationInput, PaginationResult } from './types';
|
||||
|
||||
// Mutation inputs
|
||||
export interface ProductInfoInput {
|
||||
@@ -10,7 +10,7 @@ export interface ProductInfoInput {
|
||||
ref1: string;
|
||||
ref2: string;
|
||||
ref3: string;
|
||||
designerId: number;
|
||||
designerId: Maybe<number>;
|
||||
browsable: boolean;
|
||||
visible: boolean;
|
||||
printFileWidth: number;
|
||||
|
||||
Reference in New Issue
Block a user