CustomOperationParamShape: {
    arguments: CustomArguments | null;
    authorization: Authorization<any, any, any>[];
    handlers: HandlerType | null;
    input?: CustomOperationInput;
    returnType: CustomReturnType | null;
    typeName: CustomOperationName;
}

Type declaration